#8ADBED

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

Shades of Sky Blue #8ADBED

Tints of Sky Blue #8ADBED

Color information

#8ADBED (or 0x8ADBED) is unknown color: approx Sky Blue. HEX triplet: 8A, DB and ED. RGB value is (138,219,237). Sum of RGB (Red+Green+Blue) = 138+219+237=594 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.23% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #8ADBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADBED is #752412. Grayscale: #C4C4C4. Windows color (decimal): -7676947 or 15588234. OLE color: 15588234.

HSL color Cylindrical-coordinate representation of color #8ADBED: hue angle of 190.91º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ADBED is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138219237-
CMYK0.420.0800.07
HSL190.91º73.33%73.53%-
HSV(B)190.91º41.77%92.94%-
XYZ51.162.1889.43-
YUV196.83150.6686.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.23%
GREEN value IS 219 (85.94% from 255) = 36.87%
BLUE value IS 237 (92.97% from 255) = 39.90%
R=23.23%
G=36.87%
B=39.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382192370.420.0800.07190.9173.3373.53
Hex8ADBED2A807bf494a
Octal212333355521007277111112
Binary100010101101101111101101101010100001111011111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,219,237); }

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

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

 a { background-color: rgb(138,219,237); }

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

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

 span { border-color: rgb(138,219,237); }

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