Shades of Baby Blue #45EFFE
Tints of Baby Blue #45EFFE
RGB
CMYK
RGB Variations
Color information
#45EFFE (or 0x45EFFE) is known color: Baby Blue. HEX triplet: 45, EF and FE. RGB value is (69,239,254). Sum of RGB (Red+Green+Blue) = 69+239+254=562 (74% of max value = 765). Red value is 69 (27.34% from 255 or 12.28% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #45EFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45EFFE is #BA1001. Grayscale: #BDBDBD. Windows color (decimal): -12193794 or 16707397. OLE color: 16707397.
HSL color Cylindrical-coordinate representation of color #45EFFE: hue angle of 184.86º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45EFFE is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 239 | 254 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.00 |
| HSL | 184.86º | 0.99% | 0.63% | - |
| HSV(B) | 184.86º | 0.73% | 1% | - |
| XYZ | 51.21 | 70.15 | 104.61 | - |
| YUV | 189.88 | 164.18 | 41.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 254 | 0.73 | 0.06 | 0 | 0.00 | 184.86 | 0.99 | 0.63 |
| Hex | 45 | EF | FE | 49 | 6 | 0 | 0 | B9 | 63 | 3F |
| Octal | 105 | 357 | 376 | 111 | 6 | 0 | 0 | 271 | 143 | 77 |
| Binary | 1000101 | 11101111 | 11111110 | 1001001 | 110 | 0 | 0 | 10111001 | 1100011 | 111111 |
Color Harmonies of #45EFFE
Complementary color
Monochromatic Colors of #45EFFE
Black with #45EFFE
Text Example
Text Example
White with #45EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EFFE; }
p { color: rgb(69,239,254); }
H1.HeaderClassName
{
color: #45EFFE;
}
.AnyTagClassName
{
color: #45EFFE;
}
</style>
background-color css
<style>
a { background-color: #45EFFE; }
a { background-color: rgb(69,239,254); }
div.DivClassName
{
background-color: #45EFFE;
}
.BgClassName
{
background-color: #45EFFE;
}
</style>
border-color css
<style>
span { border-color: #45EFFE; }
span { border-color: rgb(69,239,254); }
td.TdClassName
{
border-color: #45EFFE;
}
.TagClassName
{
border-color: #45EFFE;
}
</style>