Html Css Color HEX #86E0EF Sky Blue

📋 copy color: '#86E0EF'

red 134 ◦ green 224 ◦ blue 239

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

Shades of Sky Blue #86E0EF

Tints of Sky Blue #86E0EF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.52%

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

R = 22.45%
G = 37.52%
B = 40.03%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#86E0EF (or 0x86E0EF) is known color: Sky Blue. HEX triplet: 86, E0 and EF. RGB value is (134,224,239). Sum of RGB (Red+Green+Blue) = 134+224+239=597 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.45% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #86E0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86E0EF is #791F10. Grayscale: #C6C6C6. Windows color (decimal): -7937809 or 15720582. OLE color: 15720582.

HSL color Cylindrical-coordinate representation of color #86E0EF: hue angle of 188.57º 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 #86E0EF is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 224 239 -
CMYK 0.44 0.06 0 0.06
HSL 188.57º 0.77% 0.73% -
HSV(B) 188.57º 0.44% 0.94% -
XYZ 52.07 64.61 91.39 -
YUV 198.8 150.68 81.78 -
System Red Green Blue C M Y K H S L
Decimal 134 224 239 0.44 0.06 0 0.06 188.57 0.77 0.73
Hex 86 E0 EF 2C 6 0 6 BD 4D 49
Octal 206 340 357 54 6 0 6 275 115 111
Binary 10000110 11100000 11101111 101100 110 0 110 10111101 1001101 1001001

Color Harmonies of #86E0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E0EF

Black with #86E0EF

Text Example


Text Example

White with #86E0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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