#86D0E5

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

Shades of Sky Blue #86D0E5

Tints of Sky Blue #86D0E5

Color information

#86D0E5 (or 0x86D0E5) is unknown color: approx Sky Blue. HEX triplet: 86, D0 and E5. RGB value is (134,208,229). Sum of RGB (Red+Green+Blue) = 134+208+229=571 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.47% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #86D0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D0E5 is #792F1A. Grayscale: #BCBCBC. Windows color (decimal): -7941915 or 15061126. OLE color: 15061126.

HSL color Cylindrical-coordinate representation of color #86D0E5: hue angle of 193.26º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86D0E5 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB134208229-
CMYK0.410.0900.10
HSL193.26º64.63%71.18%-
HSV(B)193.26º41.48%89.8%-
XYZ46.5355.8482.45-
YUV188.27150.9889.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.47%
GREEN value IS 208 (81.64% from 255) = 36.43%
BLUE value IS 229 (89.84% from 255) = 40.11%
R=23.47%
G=36.43%
B=40.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1342082290.410.0900.10193.2664.6371.18
Hex86D0E52990Ac14147
Octal2063203455111012301101107
Binary1000011011010000111001011010011001010101100000110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,208,229); }

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

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

 a { background-color: rgb(134,208,229); }

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

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

 span { border-color: rgb(134,208,229); }

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