Html Css Color HEX #86CEFE Light Sky Blue

📋 copy color: '#86CEFE'

red 134 ◦ green 206 ◦ blue 254

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

Shades of Light Sky Blue #86CEFE

Tints of Light Sky Blue #86CEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.76%

R = 22.56%
G = 34.68%
B = 42.76%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#86CEFE (or 0x86CEFE) is known color: Light Sky Blue. HEX triplet: 86, CE and FE. RGB value is (134,206,254). Sum of RGB (Red+Green+Blue) = 134+206+254=594 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.56% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #86CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CEFE is #793101. Grayscale: #BDBDBD. Windows color (decimal): -7942402 or 16699014. OLE color: 16699014.

HSL color Cylindrical-coordinate representation of color #86CEFE: hue angle of 204º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86CEFE is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 134 206 254 -
CMYK 0.47 0.19 0 0.00
HSL 204º 0.98% 0.76% -
HSV(B) 204º 0.47% 1% -
XYZ 49.79 56.37 102.02 -
YUV 189.94 164.15 88.1 -
System Red Green Blue C M Y K H S L
Decimal 134 206 254 0.47 0.19 0 0.00 204 0.98 0.76
Hex 86 CE FE 2F 13 0 0 CC 62 4C
Octal 206 316 376 57 23 0 0 314 142 114
Binary 10000110 11001110 11111110 101111 10011 0 0 11001100 1100010 1001100

Color Harmonies of #86CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CEFE

Black with #86CEFE

Text Example


Text Example

White with #86CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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