#8AD2EB

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

Shades of Sky Blue #8AD2EB

Tints of Sky Blue #8AD2EB

Color information

#8AD2EB (or 0x8AD2EB) is unknown color: approx Sky Blue. HEX triplet: 8A, D2 and EB. RGB value is (138,210,235). Sum of RGB (Red+Green+Blue) = 138+210+235=583 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.67% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AD2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD2EB is #752D14. Grayscale: #BFBFBF. Windows color (decimal): -7679253 or 15454858. OLE color: 15454858.

HSL color Cylindrical-coordinate representation of color #8AD2EB: hue angle of 195.46º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AD2EB is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138210235-
CMYK0.410.1100.08
HSL195.46º70.8%73.14%-
HSV(B)195.46º41.28%92.16%-
XYZ48.5257.4987.14-
YUV191.32152.6589.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.67%
GREEN value IS 210 (82.42% from 255) = 36.02%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=23.67%
G=36.02%
B=40.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382102350.410.1100.08195.4670.873.14
Hex8AD2EB29B08c34749
Octal2123223535113010303107111
Binary1000101011010010111010111010011011010001100001110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AD2EB; }

 p { color: rgb(138,210,235); }

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

<style>
 a { background-color: #8AD2EB; }

 a { background-color: rgb(138,210,235); }

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

<style>
 span { border-color: #8AD2EB; }

 span { border-color: rgb(138,210,235); }

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