#8ADCED

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

Shades of Sky Blue #8ADCED

Tints of Sky Blue #8ADCED

Color information

#8ADCED (or 0x8ADCED) is unknown color: approx Sky Blue. HEX triplet: 8A, DC and ED. RGB value is (138,220,237). Sum of RGB (Red+Green+Blue) = 138+220+237=595 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.19% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #8ADCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADCED is #752312. Grayscale: #C5C5C5. Windows color (decimal): -7676691 or 15588490. OLE color: 15588490.

HSL color Cylindrical-coordinate representation of color #8ADCED: hue angle of 190.3º 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 #8ADCED is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138220237-
CMYK0.420.0700.07
HSL190.3º73.33%73.53%-
HSV(B)190.3º41.77%92.94%-
XYZ51.3662.789.52-
YUV197.42150.3385.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.19%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 237 (92.97% from 255) = 39.83%
R=23.19%
G=36.97%
B=39.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382202370.420.0700.07190.373.3373.53
Hex8ADCED2A707be494a
Octal21233435552707276111112
Binary10001010110111001110110110101011101111011111010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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