Shades of Baby Blue #45EFFC
Tints of Baby Blue #45EFFC
RGB
CMYK
RGB Variations
Color information
#45EFFC (or 0x45EFFC) is known color: Baby Blue. HEX triplet: 45, EF and FC. RGB value is (69,239,252). Sum of RGB (Red+Green+Blue) = 69+239+252=560 (74% of max value = 765). Red value is 69 (27.34% from 255 or 12.32% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #45EFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45EFFC is #BA1003. Grayscale: #BDBDBD. Windows color (decimal): -12193796 or 16576325. OLE color: 16576325.
HSL color Cylindrical-coordinate representation of color #45EFFC: hue angle of 184.26º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45EFFC is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 239 | 252 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.01 |
| HSL | 184.26º | 0.97% | 0.63% | - |
| HSV(B) | 184.26º | 0.73% | 0.99% | - |
| XYZ | 50.89 | 70.03 | 102.93 | - |
| YUV | 189.65 | 163.18 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 252 | 0.73 | 0.05 | 0 | 0.01 | 184.26 | 0.97 | 0.63 |
| Hex | 45 | EF | FC | 49 | 5 | 0 | 1 | B8 | 61 | 3F |
| Octal | 105 | 357 | 374 | 111 | 5 | 0 | 1 | 270 | 141 | 77 |
| Binary | 1000101 | 11101111 | 11111100 | 1001001 | 101 | 0 | 1 | 10111000 | 1100001 | 111111 |
Color Harmonies of #45EFFC
Complementary color
Monochromatic Colors of #45EFFC
Black with #45EFFC
Text Example
Text Example
White with #45EFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EFFC; }
p { color: rgb(69,239,252); }
H1.HeaderClassName
{
color: #45EFFC;
}
.AnyTagClassName
{
color: #45EFFC;
}
</style>
background-color css
<style>
a { background-color: #45EFFC; }
a { background-color: rgb(69,239,252); }
div.DivClassName
{
background-color: #45EFFC;
}
.BgClassName
{
background-color: #45EFFC;
}
</style>
border-color css
<style>
span { border-color: #45EFFC; }
span { border-color: rgb(69,239,252); }
td.TdClassName
{
border-color: #45EFFC;
}
.TagClassName
{
border-color: #45EFFC;
}
</style>