Html Css Color HEX #86E3EE Sky Blue

📋 copy color: '#86E3EE'

red 134 ◦ green 227 ◦ blue 238

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

Shades of Sky Blue #86E3EE

Tints of Sky Blue #86E3EE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.9%

 BLUE value IS 238 (93.36% from 255) = 39.73%

R = 22.37%
G = 37.9%
B = 39.73%

CMYK

 C value IS 0.44

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#86E3EE (or 0x86E3EE) is known color: Sky Blue. HEX triplet: 86, E3 and EE. RGB value is (134,227,238). Sum of RGB (Red+Green+Blue) = 134+227+238=599 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.37% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #86E3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86E3EE is #791C11. Grayscale: #C8C8C8. Windows color (decimal): -7937042 or 15655814. OLE color: 15655814.

HSL color Cylindrical-coordinate representation of color #86E3EE: hue angle of 186.35º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86E3EE is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 227 238 -
CMYK 0.44 0.05 0 0.07
HSL 186.35º 0.75% 0.73% -
HSV(B) 186.35º 0.44% 0.93% -
XYZ 52.73 66.18 90.88 -
YUV 200.45 149.19 80.61 -
System Red Green Blue C M Y K H S L
Decimal 134 227 238 0.44 0.05 0 0.07 186.35 0.75 0.73
Hex 86 E3 EE 2C 5 0 7 BA 4B 49
Octal 206 343 356 54 5 0 7 272 113 111
Binary 10000110 11100011 11101110 101100 101 0 111 10111010 1001011 1001001

Color Harmonies of #86E3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E3EE

Black with #86E3EE

Text Example


Text Example

White with #86E3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,227,238); }

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

background-color css

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

 a { background-color: rgb(134,227,238); }

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

border-color css

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

 span { border-color: rgb(134,227,238); }

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