#8ADDF1

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

Shades of Sky Blue #8ADDF1

Tints of Sky Blue #8ADDF1

Color information

#8ADDF1 (or 0x8ADDF1) is unknown color: approx Sky Blue. HEX triplet: 8A, DD and F1. RGB value is (138,221,241). Sum of RGB (Red+Green+Blue) = 138+221+241=600 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #8ADDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADDF1 is #75220E. Grayscale: #C6C6C6. Windows color (decimal): -7676431 or 15850890. OLE color: 15850890.

HSL color Cylindrical-coordinate representation of color #8ADDF1: hue angle of 191.65º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ADDF1 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB138221241-
CMYK0.430.0800.05
HSL191.65º78.63%74.31%-
HSV(B)191.65º42.74%94.51%-
XYZ52.2163.4792.72-
YUV198.4615284.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23%
GREEN value IS 221 (86.72% from 255) = 36.83%
BLUE value IS 241 (94.53% from 255) = 40.17%
R=23%
G=36.83%
B=40.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382212410.430.0800.05191.6578.6374.31
Hex8ADDF12B805c04f4a
Octal212335361531005300117112
Binary100010101101110111110001101011100001011100000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,221,241); }

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

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

 a { background-color: rgb(138,221,241); }

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

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

 span { border-color: rgb(138,221,241); }

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