Html Css Color HEX #86C5EC Sky Blue

📋 copy color: '#86C5EC'

red 134 ◦ green 197 ◦ blue 236

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

Shades of Sky Blue #86C5EC

Tints of Sky Blue #86C5EC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.74%

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

R = 23.63%
G = 34.74%
B = 41.62%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#86C5EC (or 0x86C5EC) is known color: Sky Blue. HEX triplet: 86, C5 and EC. RGB value is (134,197,236). Sum of RGB (Red+Green+Blue) = 134+197+236=567 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.63% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #86C5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C5EC is #793A13. Grayscale: #B6B6B6. Windows color (decimal): -7944724 or 15517062. OLE color: 15517062.

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

Color convert

RGB 134 197 236 -
CMYK 0.43 0.17 0 0.07
HSL 202.94º 0.73% 0.73% -
HSV(B) 202.94º 0.43% 0.93% -
XYZ 44.94 51.06 86.84 -
YUV 182.61 158.13 93.33 -
System Red Green Blue C M Y K H S L
Decimal 134 197 236 0.43 0.17 0 0.07 202.94 0.73 0.73
Hex 86 C5 EC 2B 11 0 7 CB 49 49
Octal 206 305 354 53 21 0 7 313 111 111
Binary 10000110 11000101 11101100 101011 10001 0 111 11001011 1001001 1001001

Color Harmonies of #86C5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C5EC

Black with #86C5EC

Text Example


Text Example

White with #86C5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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