Shades of Sky Blue #8ADFF2
Tints of Sky Blue #8ADFF2
RGB
CMYK
RGB Variations
Color information
#8ADFF2 (or 0x8ADFF2) is known color: Sky Blue. HEX triplet: 8A, DF and F2. RGB value is (138,223,242). Sum of RGB (Red+Green+Blue) = 138+223+242=603 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.89% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #8ADFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADFF2 is #75200D. Grayscale: #C7C7C7. Windows color (decimal): -7675918 or 15916938. OLE color: 15916938.
HSL color Cylindrical-coordinate representation of color #8ADFF2: hue angle of 190.96º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ADFF2 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 223 | 242 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.05 |
| HSL | 190.96º | 0.8% | 0.75% | - |
| HSV(B) | 190.96º | 0.43% | 0.95% | - |
| XYZ | 52.9 | 64.59 | 93.68 | - |
| YUV | 199.75 | 151.84 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 242 | 0.43 | 0.08 | 0 | 0.05 | 190.96 | 0.8 | 0.75 |
| Hex | 8A | DF | F2 | 2B | 8 | 0 | 5 | BF | 50 | 4B |
| Octal | 212 | 337 | 362 | 53 | 10 | 0 | 5 | 277 | 120 | 113 |
| Binary | 10001010 | 11011111 | 11110010 | 101011 | 1000 | 0 | 101 | 10111111 | 1010000 | 1001011 |
Color Harmonies of #8ADFF2
Complementary color
Monochromatic Colors of #8ADFF2
Black with #8ADFF2
Text Example
Text Example
White with #8ADFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADFF2; }
p { color: rgb(138,223,242); }
H1.HeaderClassName
{
color: #8ADFF2;
}
.AnyTagClassName
{
color: #8ADFF2;
}
</style>
background-color css
<style>
a { background-color: #8ADFF2; }
a { background-color: rgb(138,223,242); }
div.DivClassName
{
background-color: #8ADFF2;
}
.BgClassName
{
background-color: #8ADFF2;
}
</style>
border-color css
<style>
span { border-color: #8ADFF2; }
span { border-color: rgb(138,223,242); }
td.TdClassName
{
border-color: #8ADFF2;
}
.TagClassName
{
border-color: #8ADFF2;
}
</style>