Shades of Sky Blue #8BE2F2
Tints of Sky Blue #8BE2F2
RGB
CMYK
RGB Variations
Color information
#8BE2F2 (or 0x8BE2F2) is known color: Sky Blue. HEX triplet: 8B, E2 and F2. RGB value is (139,226,242). Sum of RGB (Red+Green+Blue) = 139+226+242=607 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.90% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #8BE2F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE2F2 is #741D0D. Grayscale: #C9C9C9. Windows color (decimal): -7609614 or 15917707. OLE color: 15917707.
HSL color Cylindrical-coordinate representation of color #8BE2F2: hue angle of 189.32º 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 #8BE2F2 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 226 | 242 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.05 |
| HSL | 189.32º | 0.8% | 0.75% | - |
| HSV(B) | 189.32º | 0.43% | 0.95% | - |
| XYZ | 53.87 | 66.29 | 93.96 | - |
| YUV | 201.81 | 150.68 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 226 | 242 | 0.43 | 0.07 | 0 | 0.05 | 189.32 | 0.8 | 0.75 |
| Hex | 8B | E2 | F2 | 2B | 7 | 0 | 5 | BD | 50 | 4B |
| Octal | 213 | 342 | 362 | 53 | 7 | 0 | 5 | 275 | 120 | 113 |
| Binary | 10001011 | 11100010 | 11110010 | 101011 | 111 | 0 | 101 | 10111101 | 1010000 | 1001011 |
Color Harmonies of #8BE2F2
Complementary color
Monochromatic Colors of #8BE2F2
Black with #8BE2F2
Text Example
Text Example
White with #8BE2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE2F2; }
p { color: rgb(139,226,242); }
H1.HeaderClassName
{
color: #8BE2F2;
}
.AnyTagClassName
{
color: #8BE2F2;
}
</style>
background-color css
<style>
a { background-color: #8BE2F2; }
a { background-color: rgb(139,226,242); }
div.DivClassName
{
background-color: #8BE2F2;
}
.BgClassName
{
background-color: #8BE2F2;
}
</style>
border-color css
<style>
span { border-color: #8BE2F2; }
span { border-color: rgb(139,226,242); }
td.TdClassName
{
border-color: #8BE2F2;
}
.TagClassName
{
border-color: #8BE2F2;
}
</style>