#86D0EA

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

Shades of Sky Blue #86D0EA

Tints of Sky Blue #86D0EA

Color information

#86D0EA (or 0x86D0EA) is unknown color: approx Sky Blue. HEX triplet: 86, D0 and EA. RGB value is (134,208,234). Sum of RGB (Red+Green+Blue) = 134+208+234=576 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.26% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #86D0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D0EA is #792F15. Grayscale: #BCBCBC. Windows color (decimal): -7941910 or 15388806. OLE color: 15388806.

HSL color Cylindrical-coordinate representation of color #86D0EA: hue angle of 195.6º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86D0EA is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134208234-
CMYK0.430.1100.08
HSL195.6º70.42%72.16%-
HSV(B)195.6º42.74%91.76%-
XYZ47.2456.1286.18-
YUV188.84153.4888.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.26%
GREEN value IS 208 (81.64% from 255) = 36.11%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=23.26%
G=36.11%
B=40.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342082340.430.1100.08195.670.4272.16
Hex86D0EA2BB08c44648
Octal2063203525313010304106110
Binary1000011011010000111010101010111011010001100010010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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