Shades of Deep Sky Blue #28CBFF
Tints of Deep Sky Blue #28CBFF
RGB
CMYK
RGB Variations
Color information
#28CBFF (or 0x28CBFF) is known color: Deep Sky Blue. HEX triplet: 28, CB and FF. RGB value is (40,203,255). Sum of RGB (Red+Green+Blue) = 40+203+255=498 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.03% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #28CBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CBFF is #D73400. Grayscale: #9F9F9F. Windows color (decimal): -14103553 or 16763688. OLE color: 16763688.
HSL color Cylindrical-coordinate representation of color #28CBFF: hue angle of 194.51º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28CBFF is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 203 | 255 | - |
| CMYK | 0.84 | 0.20 | 0 | 0 |
| HSL | 194.51º | 1% | 0.58% | - |
| HSV(B) | 194.51º | 0.84% | 1% | - |
| XYZ | 40.28 | 50.38 | 102.21 | - |
| YUV | 160.19 | 181.5 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 203 | 255 | 0.84 | 0.20 | 0 | 0 | 194.51 | 1 | 0.58 |
| Hex | 28 | CB | FF | 54 | 14 | 0 | 0 | C3 | 64 | 3A |
| Octal | 50 | 313 | 377 | 124 | 24 | 0 | 0 | 303 | 144 | 72 |
| Binary | 101000 | 11001011 | 11111111 | 1010100 | 10100 | 0 | 0 | 11000011 | 1100100 | 111010 |
Color Harmonies of #28CBFF
Complementary color
Monochromatic Colors of #28CBFF
Black with #28CBFF
Text Example
Text Example
White with #28CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CBFF; }
p { color: rgb(40,203,255); }
H1.HeaderClassName
{
color: #28CBFF;
}
.AnyTagClassName
{
color: #28CBFF;
}
</style>
background-color css
<style>
a { background-color: #28CBFF; }
a { background-color: rgb(40,203,255); }
div.DivClassName
{
background-color: #28CBFF;
}
.BgClassName
{
background-color: #28CBFF;
}
</style>
border-color css
<style>
span { border-color: #28CBFF; }
span { border-color: rgb(40,203,255); }
td.TdClassName
{
border-color: #28CBFF;
}
.TagClassName
{
border-color: #28CBFF;
}
</style>