Html Css Color HEX #86CEFC Light Sky Blue

📋 copy color: '#86CEFC'

red 134 ◦ green 206 ◦ blue 252

#86CEFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #86CEFC

Tints of Light Sky Blue #86CEFC

RGB

 RED value IS 134 (52.73% from 255) = 22.64%

 GREEN value IS 206 (80.86% from 255) = 34.8%

 BLUE value IS 252 (98.83% from 255) = 42.57%

R = 22.64%
G = 34.8%
B = 42.57%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#86CEFC (or 0x86CEFC) is known color: Light Sky Blue. HEX triplet: 86, CE and FC. RGB value is (134,206,252). Sum of RGB (Red+Green+Blue) = 134+206+252=592 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.64% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #86CEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CEFC is #793103. Grayscale: #BDBDBD. Windows color (decimal): -7942404 or 16567942. OLE color: 16567942.

HSL color Cylindrical-coordinate representation of color #86CEFC: hue angle of 203.39º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86CEFC is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 206 252 -
CMYK 0.47 0.18 0 0.01
HSL 203.39º 0.95% 0.76% -
HSV(B) 203.39º 0.47% 0.99% -
XYZ 49.47 56.24 100.34 -
YUV 189.72 163.15 88.26 -
System Red Green Blue C M Y K H S L
Decimal 134 206 252 0.47 0.18 0 0.01 203.39 0.95 0.76
Hex 86 CE FC 2F 12 0 1 CB 5F 4C
Octal 206 316 374 57 22 0 1 313 137 114
Binary 10000110 11001110 11111100 101111 10010 0 1 11001011 1011111 1001100

Color Harmonies of #86CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CEFC

Black with #86CEFC

Text Example


Text Example

White with #86CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,206,252); }

 H1.HeaderClassName
 {
   color: #86CEFC;
 }
 .AnyTagClassName
 {
   color: #86CEFC;
 }
</style>

background-color css

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

 a { background-color: rgb(134,206,252); }

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

border-color css

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

 span { border-color: rgb(134,206,252); }

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