Html Css Color HEX #86C9EF Sky Blue

📋 copy color: '#86C9EF'

red 134 ◦ green 201 ◦ blue 239

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

Shades of Sky Blue #86C9EF

Tints of Sky Blue #86C9EF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.02%

 BLUE value IS 239 (93.75% from 255) = 41.64%

R = 23.34%
G = 35.02%
B = 41.64%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#86C9EF (or 0x86C9EF) is known color: Sky Blue. HEX triplet: 86, C9 and EF. RGB value is (134,201,239). Sum of RGB (Red+Green+Blue) = 134+201+239=574 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.34% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #86C9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C9EF is #793610. Grayscale: #B9B9B9. Windows color (decimal): -7943697 or 15714694. OLE color: 15714694.

HSL color Cylindrical-coordinate representation of color #86C9EF: hue angle of 201.71º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86C9EF is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 201 239 -
CMYK 0.44 0.16 0 0.06
HSL 201.71º 0.77% 0.73% -
HSV(B) 201.71º 0.44% 0.94% -
XYZ 46.3 53.07 89.47 -
YUV 185.3 158.3 91.41 -
System Red Green Blue C M Y K H S L
Decimal 134 201 239 0.44 0.16 0 0.06 201.71 0.77 0.73
Hex 86 C9 EF 2C 10 0 6 CA 4D 49
Octal 206 311 357 54 20 0 6 312 115 111
Binary 10000110 11001001 11101111 101100 10000 0 110 11001010 1001101 1001001

Color Harmonies of #86C9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C9EF

Black with #86C9EF

Text Example


Text Example

White with #86C9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,201,239); }

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

background-color css

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

 a { background-color: rgb(134,201,239); }

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

border-color css

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

 span { border-color: rgb(134,201,239); }

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