Shades of Baby Blue #45EAFF
Tints of Baby Blue #45EAFF
RGB
CMYK
RGB Variations
Color information
#45EAFF (or 0x45EAFF) is known color: Baby Blue. HEX triplet: 45, EA and FF. RGB value is (69,234,255). Sum of RGB (Red+Green+Blue) = 69+234+255=558 (73% of max value = 765). Red value is 69 (27.34% from 255 or 12.37% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #45EAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45EAFF is #BA1500. Grayscale: #BABABA. Windows color (decimal): -12195073 or 16771653. OLE color: 16771653.
HSL color Cylindrical-coordinate representation of color #45EAFF: hue angle of 186.77º 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 #45EAFF is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 234 | 255 | - |
| CMYK | 0.73 | 0.08 | 0 | 0 |
| HSL | 186.77º | 1% | 0.64% | - |
| HSV(B) | 186.77º | 0.73% | 1% | - |
| XYZ | 49.93 | 67.33 | 104.97 | - |
| YUV | 187.06 | 166.34 | 43.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 234 | 255 | 0.73 | 0.08 | 0 | 0 | 186.77 | 1 | 0.64 |
| Hex | 45 | EA | FF | 49 | 8 | 0 | 0 | BB | 64 | 40 |
| Octal | 105 | 352 | 377 | 111 | 10 | 0 | 0 | 273 | 144 | 100 |
| Binary | 1000101 | 11101010 | 11111111 | 1001001 | 1000 | 0 | 0 | 10111011 | 1100100 | 1000000 |
Color Harmonies of #45EAFF
Complementary color
Monochromatic Colors of #45EAFF
Black with #45EAFF
Text Example
Text Example
White with #45EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EAFF; }
p { color: rgb(69,234,255); }
H1.HeaderClassName
{
color: #45EAFF;
}
.AnyTagClassName
{
color: #45EAFF;
}
</style>
background-color css
<style>
a { background-color: #45EAFF; }
a { background-color: rgb(69,234,255); }
div.DivClassName
{
background-color: #45EAFF;
}
.BgClassName
{
background-color: #45EAFF;
}
</style>
border-color css
<style>
span { border-color: #45EAFF; }
span { border-color: rgb(69,234,255); }
td.TdClassName
{
border-color: #45EAFF;
}
.TagClassName
{
border-color: #45EAFF;
}
</style>