#86BFF3

Color #86BFF3 Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #86BFF3

Tints of Light Sky Blue #86BFF3

Color information

#86BFF3 (or 0x86BFF3) is unknown color: approx Light Sky Blue. HEX triplet: 86, BF and F3. RGB value is (134,191,243). Sum of RGB (Red+Green+Blue) = 134+191+243=568 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.59% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 243 - color contains mainly: blue. Hex color #86BFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BFF3 is #79400C. Grayscale: #B3B3B3. Windows color (decimal): -7946253 or 15974278. OLE color: 15974278.

HSL color Cylindrical-coordinate representation of color #86BFF3: hue angle of 208.62º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86BFF3 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB134191243-
CMYK0.450.2100.05
HSL208.62º81.95%73.92%-
HSV(B)208.62º44.86%95.29%-
XYZ44.6448.891.86-
YUV179.88163.6295.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 23.59%
GREEN value IS 191 (75% from 255) = 33.63%
BLUE value IS 243 (95.31% from 255) = 42.78%
R=23.59%
G=33.63%
B=42.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1341912430.450.2100.05208.6281.9573.92
Hex86BFF32D1505d1524a
Octal206277363552505321122112
Binary1000011010111111111100111011011010101011101000110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86BFF3; }

 p { color: rgb(134,191,243); }

 H1.HeaderClassName
 {
   color: #86BFF3;
 }
 .AnyTagClassName
 {
   color: #86BFF3;
 }
</style>
background-color css

<style>
 a { background-color: #86BFF3; }

 a { background-color: rgb(134,191,243); }

 div.DivClassName
 {
   background-color: #86BFF3;
 }
 .BgClassName
 {
   background-color: #86BFF3;
 }
</style>
border-color css

<style>
 span { border-color: #86BFF3; }

 span { border-color: rgb(134,191,243); }

 td.TdClassName
 {
   border-color: #86BFF3;
 }
 .TagClassName
 {
   border-color: #86BFF3;
 }
</style>