Shades of Baby Blue #45EDFF
Tints of Baby Blue #45EDFF
RGB
CMYK
RGB Variations
Color information
#45EDFF (or 0x45EDFF) is known color: Baby Blue. HEX triplet: 45, ED and FF. RGB value is (69,237,255). Sum of RGB (Red+Green+Blue) = 69+237+255=561 (74% of max value = 765). Red value is 69 (27.34% from 255 or 12.30% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #45EDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45EDFF is #BA1200. Grayscale: #BCBCBC. Windows color (decimal): -12194305 or 16772421. OLE color: 16772421.
HSL color Cylindrical-coordinate representation of color #45EDFF: hue angle of 185.81º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45EDFF is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 237 | 255 | - |
| CMYK | 0.73 | 0.07 | 0 | 0 |
| HSL | 185.81º | 1% | 0.64% | - |
| HSV(B) | 185.81º | 0.73% | 1% | - |
| XYZ | 50.79 | 69.05 | 105.26 | - |
| YUV | 188.82 | 165.34 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 237 | 255 | 0.73 | 0.07 | 0 | 0 | 185.81 | 1 | 0.64 |
| Hex | 45 | ED | FF | 49 | 7 | 0 | 0 | BA | 64 | 40 |
| Octal | 105 | 355 | 377 | 111 | 7 | 0 | 0 | 272 | 144 | 100 |
| Binary | 1000101 | 11101101 | 11111111 | 1001001 | 111 | 0 | 0 | 10111010 | 1100100 | 1000000 |
Color Harmonies of #45EDFF
Complementary color
Monochromatic Colors of #45EDFF
Black with #45EDFF
Text Example
Text Example
White with #45EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EDFF; }
p { color: rgb(69,237,255); }
H1.HeaderClassName
{
color: #45EDFF;
}
.AnyTagClassName
{
color: #45EDFF;
}
</style>
background-color css
<style>
a { background-color: #45EDFF; }
a { background-color: rgb(69,237,255); }
div.DivClassName
{
background-color: #45EDFF;
}
.BgClassName
{
background-color: #45EDFF;
}
</style>
border-color css
<style>
span { border-color: #45EDFF; }
span { border-color: rgb(69,237,255); }
td.TdClassName
{
border-color: #45EDFF;
}
.TagClassName
{
border-color: #45EDFF;
}
</style>