Html Css Color HEX #86CCEC Sky Blue

📋 copy color: '#86CCEC'

red 134 ◦ green 204 ◦ blue 236

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

Shades of Sky Blue #86CCEC

Tints of Sky Blue #86CCEC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.54%

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

R = 23.34%
G = 35.54%
B = 41.11%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#86CCEC (or 0x86CCEC) is known color: Sky Blue. HEX triplet: 86, CC and EC. RGB value is (134,204,236). Sum of RGB (Red+Green+Blue) = 134+204+236=574 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.34% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #86CCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CCEC is #793313. Grayscale: #BABABA. Windows color (decimal): -7942932 or 15518854. OLE color: 15518854.

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

Color convert

RGB 134 204 236 -
CMYK 0.43 0.14 0 0.07
HSL 198.82º 0.73% 0.73% -
HSV(B) 198.82º 0.43% 0.93% -
XYZ 46.56 54.31 87.39 -
YUV 186.72 155.81 90.4 -
System Red Green Blue C M Y K H S L
Decimal 134 204 236 0.43 0.14 0 0.07 198.82 0.73 0.73
Hex 86 CC EC 2B E 0 7 C7 49 49
Octal 206 314 354 53 16 0 7 307 111 111
Binary 10000110 11001100 11101100 101011 1110 0 111 11000111 1001001 1001001

Color Harmonies of #86CCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CCEC

Black with #86CCEC

Text Example


Text Example

White with #86CCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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