Shades of Deep Sky Blue #23DAFF
Tints of Deep Sky Blue #23DAFF
RGB
CMYK
RGB Variations
Color information
#23DAFF (or 0x23DAFF) is known color: Deep Sky Blue. HEX triplet: 23, DA and FF. RGB value is (35,218,255). Sum of RGB (Red+Green+Blue) = 35+218+255=508 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.89% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #23DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DAFF is #DC2500. Grayscale: #A7A7A7. Windows color (decimal): -14427393 or 16767523. OLE color: 16767523.
HSL color Cylindrical-coordinate representation of color #23DAFF: hue angle of 190.09º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23DAFF is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 218 | 255 | - |
| CMYK | 0.86 | 0.15 | 0 | 0 |
| HSL | 190.09º | 1% | 0.57% | - |
| HSV(B) | 190.09º | 0.86% | 1% | - |
| XYZ | 43.81 | 57.72 | 103.44 | - |
| YUV | 167.5 | 177.37 | 33.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 218 | 255 | 0.86 | 0.15 | 0 | 0 | 190.09 | 1 | 0.57 |
| Hex | 23 | DA | FF | 56 | F | 0 | 0 | BE | 64 | 39 |
| Octal | 43 | 332 | 377 | 126 | 17 | 0 | 0 | 276 | 144 | 71 |
| Binary | 100011 | 11011010 | 11111111 | 1010110 | 1111 | 0 | 0 | 10111110 | 1100100 | 111001 |
Color Harmonies of #23DAFF
Complementary color
Monochromatic Colors of #23DAFF
Black with #23DAFF
Text Example
Text Example
White with #23DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DAFF; }
p { color: rgb(35,218,255); }
H1.HeaderClassName
{
color: #23DAFF;
}
.AnyTagClassName
{
color: #23DAFF;
}
</style>
background-color css
<style>
a { background-color: #23DAFF; }
a { background-color: rgb(35,218,255); }
div.DivClassName
{
background-color: #23DAFF;
}
.BgClassName
{
background-color: #23DAFF;
}
</style>
border-color css
<style>
span { border-color: #23DAFF; }
span { border-color: rgb(35,218,255); }
td.TdClassName
{
border-color: #23DAFF;
}
.TagClassName
{
border-color: #23DAFF;
}
</style>