Shades of Deep Sky Blue #23BEFD
Tints of Deep Sky Blue #23BEFD
RGB
CMYK
RGB Variations
Color information
#23BEFD (or 0x23BEFD) is known color: Deep Sky Blue. HEX triplet: 23, BE and FD. RGB value is (35,190,253). Sum of RGB (Red+Green+Blue) = 35+190+253=478 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.32% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #23BEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23BEFD is #DC4102. Grayscale: #969696. Windows color (decimal): -14434563 or 16629283. OLE color: 16629283.
HSL color Cylindrical-coordinate representation of color #23BEFD: hue angle of 197.34º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23BEFD is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 190 | 253 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.01 |
| HSL | 197.34º | 0.98% | 0.56% | - |
| HSV(B) | 197.34º | 0.86% | 0.99% | - |
| XYZ | 36.84 | 44.28 | 99.53 | - |
| YUV | 150.84 | 185.65 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 190 | 253 | 0.86 | 0.25 | 0 | 0.01 | 197.34 | 0.98 | 0.56 |
| Hex | 23 | BE | FD | 56 | 19 | 0 | 1 | C5 | 62 | 38 |
| Octal | 43 | 276 | 375 | 126 | 31 | 0 | 1 | 305 | 142 | 70 |
| Binary | 100011 | 10111110 | 11111101 | 1010110 | 11001 | 0 | 1 | 11000101 | 1100010 | 111000 |
Color Harmonies of #23BEFD
Complementary color
Monochromatic Colors of #23BEFD
Black with #23BEFD
Text Example
Text Example
White with #23BEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BEFD; }
p { color: rgb(35,190,253); }
H1.HeaderClassName
{
color: #23BEFD;
}
.AnyTagClassName
{
color: #23BEFD;
}
</style>
background-color css
<style>
a { background-color: #23BEFD; }
a { background-color: rgb(35,190,253); }
div.DivClassName
{
background-color: #23BEFD;
}
.BgClassName
{
background-color: #23BEFD;
}
</style>
border-color css
<style>
span { border-color: #23BEFD; }
span { border-color: rgb(35,190,253); }
td.TdClassName
{
border-color: #23BEFD;
}
.TagClassName
{
border-color: #23BEFD;
}
</style>