Html Css Color HEX #86CEEC Sky Blue

📋 copy color: '#86CEEC'

red 134 ◦ green 206 ◦ blue 236

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

Shades of Sky Blue #86CEEC

Tints of Sky Blue #86CEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.97%

R = 23.26%
G = 35.76%
B = 40.97%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#86CEEC (or 0x86CEEC) is known color: Sky Blue. HEX triplet: 86, CE and EC. RGB value is (134,206,236). Sum of RGB (Red+Green+Blue) = 134+206+236=576 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.26% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #86CEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CEEC is #793113. Grayscale: #BBBBBB. Windows color (decimal): -7942420 or 15519366. OLE color: 15519366.

HSL color Cylindrical-coordinate representation of color #86CEEC: hue angle of 197.65º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86CEEC is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 206 236 -
CMYK 0.43 0.13 0 0.07
HSL 197.65º 0.73% 0.73% -
HSV(B) 197.65º 0.43% 0.93% -
XYZ 47.04 55.27 87.55 -
YUV 187.89 155.15 89.56 -
System Red Green Blue C M Y K H S L
Decimal 134 206 236 0.43 0.13 0 0.07 197.65 0.73 0.73
Hex 86 CE EC 2B D 0 7 C6 49 49
Octal 206 316 354 53 15 0 7 306 111 111
Binary 10000110 11001110 11101100 101011 1101 0 111 11000110 1001001 1001001

Color Harmonies of #86CEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CEEC

Black with #86CEEC

Text Example


Text Example

White with #86CEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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