#86DBEA

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

Shades of Sky Blue #86DBEA

Tints of Sky Blue #86DBEA

Color information

#86DBEA (or 0x86DBEA) is unknown color: approx Sky Blue. HEX triplet: 86, DB and EA. RGB value is (134,219,234). Sum of RGB (Red+Green+Blue) = 134+219+234=587 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.83% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #86DBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DBEA is #792415. Grayscale: #C3C3C3. Windows color (decimal): -7939094 or 15391622. OLE color: 15391622.

HSL color Cylindrical-coordinate representation of color #86DBEA: hue angle of 189º 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 #86DBEA is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134219234-
CMYK0.430.0600.08
HSL189º70.42%72.16%-
HSV(B)189º42.74%91.76%-
XYZ50.0161.6787.11-
YUV195.3149.8484.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.83%
GREEN value IS 219 (85.94% from 255) = 37.31%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=22.83%
G=37.31%
B=39.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342192340.430.0600.0818970.4272.16
Hex86DBEA2B608bd4648
Octal206333352536010275106110
Binary100001101101101111101010101011110010001011110110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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