Shades of Sky Blue #8BDEF2
Tints of Sky Blue #8BDEF2
RGB
CMYK
RGB Variations
Color information
#8BDEF2 (or 0x8BDEF2) is known color: Sky Blue. HEX triplet: 8B, DE and F2. RGB value is (139,222,242). Sum of RGB (Red+Green+Blue) = 139+222+242=603 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.05% from 603); Green value is 222 (87.11% from 255 or 36.82% 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 #8BDEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDEF2 is #74210D. Grayscale: #C7C7C7. Windows color (decimal): -7610638 or 15916683. OLE color: 15916683.
HSL color Cylindrical-coordinate representation of color #8BDEF2: hue angle of 191.65º 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 #8BDEF2 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 222 | 242 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.05 |
| HSL | 191.65º | 0.8% | 0.75% | - |
| HSV(B) | 191.65º | 0.43% | 0.95% | - |
| XYZ | 52.8 | 64.14 | 93.6 | - |
| YUV | 199.46 | 152 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 222 | 242 | 0.43 | 0.08 | 0 | 0.05 | 191.65 | 0.8 | 0.75 |
| Hex | 8B | DE | F2 | 2B | 8 | 0 | 5 | C0 | 50 | 4B |
| Octal | 213 | 336 | 362 | 53 | 10 | 0 | 5 | 300 | 120 | 113 |
| Binary | 10001011 | 11011110 | 11110010 | 101011 | 1000 | 0 | 101 | 11000000 | 1010000 | 1001011 |
Color Harmonies of #8BDEF2
Complementary color
Monochromatic Colors of #8BDEF2
Black with #8BDEF2
Text Example
Text Example
White with #8BDEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDEF2; }
p { color: rgb(139,222,242); }
H1.HeaderClassName
{
color: #8BDEF2;
}
.AnyTagClassName
{
color: #8BDEF2;
}
</style>
background-color css
<style>
a { background-color: #8BDEF2; }
a { background-color: rgb(139,222,242); }
div.DivClassName
{
background-color: #8BDEF2;
}
.BgClassName
{
background-color: #8BDEF2;
}
</style>
border-color css
<style>
span { border-color: #8BDEF2; }
span { border-color: rgb(139,222,242); }
td.TdClassName
{
border-color: #8BDEF2;
}
.TagClassName
{
border-color: #8BDEF2;
}
</style>