Html Css Color HEX #86CFEC Sky Blue

📋 copy color: '#86CFEC'

red 134 ◦ green 207 ◦ blue 236

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

Shades of Sky Blue #86CFEC

Tints of Sky Blue #86CFEC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.88%

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

R = 23.22%
G = 35.88%
B = 40.9%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#86CFEC (or 0x86CFEC) is known color: Sky Blue. HEX triplet: 86, CF and EC. RGB value is (134,207,236). Sum of RGB (Red+Green+Blue) = 134+207+236=577 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.22% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #86CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CFEC is #793013. Grayscale: #BCBCBC. Windows color (decimal): -7942164 or 15519622. OLE color: 15519622.

HSL color Cylindrical-coordinate representation of color #86CFEC: hue angle of 197.06º 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 #86CFEC is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 207 236 -
CMYK 0.43 0.12 0 0.07
HSL 197.06º 0.73% 0.73% -
HSV(B) 197.06º 0.43% 0.93% -
XYZ 47.28 55.75 87.63 -
YUV 188.48 154.82 89.14 -
System Red Green Blue C M Y K H S L
Decimal 134 207 236 0.43 0.12 0 0.07 197.06 0.73 0.73
Hex 86 CF EC 2B C 0 7 C5 49 49
Octal 206 317 354 53 14 0 7 305 111 111
Binary 10000110 11001111 11101100 101011 1100 0 111 11000101 1001001 1001001

Color Harmonies of #86CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CFEC

Black with #86CFEC

Text Example


Text Example

White with #86CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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