Html Css Color HEX #86E0F0 Sky Blue

📋 copy color: '#86E0F0'

red 134 ◦ green 224 ◦ blue 240

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

Shades of Sky Blue #86E0F0

Tints of Sky Blue #86E0F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.13%

R = 22.41%
G = 37.46%
B = 40.13%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#86E0F0 (or 0x86E0F0) is known color: Sky Blue. HEX triplet: 86, E0 and F0. RGB value is (134,224,240). Sum of RGB (Red+Green+Blue) = 134+224+240=598 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.41% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #86E0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86E0F0 is #791F0F. Grayscale: #C6C6C6. Windows color (decimal): -7937808 or 15786118. OLE color: 15786118.

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

Color convert

RGB 134 224 240 -
CMYK 0.44 0.07 0 0.06
HSL 189.06º 0.78% 0.73% -
HSV(B) 189.06º 0.44% 0.94% -
XYZ 52.22 64.67 92.17 -
YUV 198.91 151.18 81.7 -
System Red Green Blue C M Y K H S L
Decimal 134 224 240 0.44 0.07 0 0.06 189.06 0.78 0.73
Hex 86 E0 F0 2C 7 0 6 BD 4E 49
Octal 206 340 360 54 7 0 6 275 116 111
Binary 10000110 11100000 11110000 101100 111 0 110 10111101 1001110 1001001

Color Harmonies of #86E0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E0F0

Black with #86E0F0

Text Example


Text Example

White with #86E0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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