Shades of Deep Sky Blue #23BDFE
Tints of Deep Sky Blue #23BDFE
RGB
CMYK
RGB Variations
Color information
#23BDFE (or 0x23BDFE) is known color: Deep Sky Blue. HEX triplet: 23, BD and FE. RGB value is (35,189,254). Sum of RGB (Red+Green+Blue) = 35+189+254=478 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.32% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #23BDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23BDFE is #DC4201. Grayscale: #959595. Windows color (decimal): -14434818 or 16694563. OLE color: 16694563.
HSL color Cylindrical-coordinate representation of color #23BDFE: hue angle of 197.81º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23BDFE is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 189 | 254 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.00 |
| HSL | 197.81º | 0.99% | 0.57% | - |
| HSV(B) | 197.81º | 0.86% | 1% | - |
| XYZ | 36.78 | 43.91 | 100.3 | - |
| YUV | 150.36 | 186.48 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 189 | 254 | 0.86 | 0.26 | 0 | 0.00 | 197.81 | 0.99 | 0.57 |
| Hex | 23 | BD | FE | 56 | 1A | 0 | 0 | C6 | 63 | 39 |
| Octal | 43 | 275 | 376 | 126 | 32 | 0 | 0 | 306 | 143 | 71 |
| Binary | 100011 | 10111101 | 11111110 | 1010110 | 11010 | 0 | 0 | 11000110 | 1100011 | 111001 |
Color Harmonies of #23BDFE
Complementary color
Monochromatic Colors of #23BDFE
Black with #23BDFE
Text Example
Text Example
White with #23BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BDFE; }
p { color: rgb(35,189,254); }
H1.HeaderClassName
{
color: #23BDFE;
}
.AnyTagClassName
{
color: #23BDFE;
}
</style>
background-color css
<style>
a { background-color: #23BDFE; }
a { background-color: rgb(35,189,254); }
div.DivClassName
{
background-color: #23BDFE;
}
.BgClassName
{
background-color: #23BDFE;
}
</style>
border-color css
<style>
span { border-color: #23BDFE; }
span { border-color: rgb(35,189,254); }
td.TdClassName
{
border-color: #23BDFE;
}
.TagClassName
{
border-color: #23BDFE;
}
</style>