#86E0F3

Color #86E0F3 Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #86E0F3

Tints of Sky Blue #86E0F3

Color information

#86E0F3 (or 0x86E0F3) is unknown color: approx Sky Blue. HEX triplet: 86, E0 and F3. RGB value is (134,224,243). Sum of RGB (Red+Green+Blue) = 134+224+243=601 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.30% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 243 (95.31% from 255 or 40.43% from 601); Max value from RGB is 243 - color contains mainly: blue. Hex color #86E0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86E0F3 is #791F0C. Grayscale: #C7C7C7. Windows color (decimal): -7937805 or 15982726. OLE color: 15982726.

HSL color Cylindrical-coordinate representation of color #86E0F3: hue angle of 190.46º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86E0F3 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB134224243-
CMYK0.450.0800.05
HSL190.46º81.95%73.92%-
HSV(B)190.46º44.86%95.29%-
XYZ52.6664.8594.54-
YUV199.26152.6881.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.30%
GREEN value IS 224 (87.89% from 255) = 37.27%
BLUE value IS 243 (95.31% from 255) = 40.43%
R=22.30%
G=37.27%
B=40.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342242430.450.0800.05190.4681.9573.92
Hex86E0F32D805be524a
Octal206340363551005276122112
Binary100001101110000011110011101101100001011011111010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86E0F3;
 }
 .AnyTagClassName
 {
   color: #86E0F3;
 }
</style>
background-color css

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

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

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

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

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

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