#8AD7EB

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

Shades of Sky Blue #8AD7EB

Tints of Sky Blue #8AD7EB

Color information

#8AD7EB (or 0x8AD7EB) is unknown color: approx Sky Blue. HEX triplet: 8A, D7 and EB. RGB value is (138,215,235). Sum of RGB (Red+Green+Blue) = 138+215+235=588 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.47% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AD7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD7EB is #752814. Grayscale: #C2C2C2. Windows color (decimal): -7677973 or 15456138. OLE color: 15456138.

HSL color Cylindrical-coordinate representation of color #8AD7EB: hue angle of 192.37º 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 #8AD7EB is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138215235-
CMYK0.410.0900.08
HSL192.37º70.8%73.14%-
HSV(B)192.37º41.28%92.16%-
XYZ49.786087.56-
YUV194.26150.9987.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.47%
GREEN value IS 215 (84.38% from 255) = 36.56%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=23.47%
G=36.56%
B=39.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382152350.410.0900.08192.3770.873.14
Hex8AD7EB29908c04749
Octal2123273535111010300107111
Binary1000101011010111111010111010011001010001100000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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