Shades of Sky Blue #8BDFF1
Tints of Sky Blue #8BDFF1
RGB
CMYK
RGB Variations
Color information
#8BDFF1 (or 0x8BDFF1) is known color: Sky Blue. HEX triplet: 8B, DF and F1. RGB value is (139,223,241). Sum of RGB (Red+Green+Blue) = 139+223+241=603 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.05% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BDFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDFF1 is #74200E. Grayscale: #C7C7C7. Windows color (decimal): -7610383 or 15851403. OLE color: 15851403.
HSL color Cylindrical-coordinate representation of color #8BDFF1: hue angle of 190.59º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BDFF1 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 223 | 241 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.05 |
| HSL | 190.59º | 0.78% | 0.75% | - |
| HSV(B) | 190.59º | 0.42% | 0.95% | - |
| XYZ | 52.91 | 64.62 | 92.9 | - |
| YUV | 199.94 | 151.17 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 241 | 0.42 | 0.07 | 0 | 0.05 | 190.59 | 0.78 | 0.75 |
| Hex | 8B | DF | F1 | 2A | 7 | 0 | 5 | BF | 4E | 4B |
| Octal | 213 | 337 | 361 | 52 | 7 | 0 | 5 | 277 | 116 | 113 |
| Binary | 10001011 | 11011111 | 11110001 | 101010 | 111 | 0 | 101 | 10111111 | 1001110 | 1001011 |
Color Harmonies of #8BDFF1
Complementary color
Monochromatic Colors of #8BDFF1
Black with #8BDFF1
Text Example
Text Example
White with #8BDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFF1; }
p { color: rgb(139,223,241); }
H1.HeaderClassName
{
color: #8BDFF1;
}
.AnyTagClassName
{
color: #8BDFF1;
}
</style>
background-color css
<style>
a { background-color: #8BDFF1; }
a { background-color: rgb(139,223,241); }
div.DivClassName
{
background-color: #8BDFF1;
}
.BgClassName
{
background-color: #8BDFF1;
}
</style>
border-color css
<style>
span { border-color: #8BDFF1; }
span { border-color: rgb(139,223,241); }
td.TdClassName
{
border-color: #8BDFF1;
}
.TagClassName
{
border-color: #8BDFF1;
}
</style>