Shades of Baby Blue #44F1FF
Tints of Baby Blue #44F1FF
RGB
CMYK
RGB Variations
Color information
#44F1FF (or 0x44F1FF) is known color: Baby Blue. HEX triplet: 44, F1 and FF. RGB value is (68,241,255). Sum of RGB (Red+Green+Blue) = 68+241+255=564 (74% of max value = 765). Red value is 68 (26.95% from 255 or 12.06% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #44F1FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44F1FF is #BB0E00. Grayscale: #BEBEBE. Windows color (decimal): -12258817 or 16773444. OLE color: 16773444.
HSL color Cylindrical-coordinate representation of color #44F1FF: hue angle of 184.49º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44F1FF is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 241 | 255 | - |
| CMYK | 0.73 | 0.05 | 0 | 0 |
| HSL | 184.49º | 1% | 0.63% | - |
| HSV(B) | 184.49º | 0.73% | 1% | - |
| XYZ | 51.89 | 71.36 | 105.65 | - |
| YUV | 190.87 | 164.19 | 40.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 241 | 255 | 0.73 | 0.05 | 0 | 0 | 184.49 | 1 | 0.63 |
| Hex | 44 | F1 | FF | 49 | 5 | 0 | 0 | B8 | 64 | 3F |
| Octal | 104 | 361 | 377 | 111 | 5 | 0 | 0 | 270 | 144 | 77 |
| Binary | 1000100 | 11110001 | 11111111 | 1001001 | 101 | 0 | 0 | 10111000 | 1100100 | 111111 |
Color Harmonies of #44F1FF
Complementary color
Monochromatic Colors of #44F1FF
Black with #44F1FF
Text Example
Text Example
White with #44F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F1FF; }
p { color: rgb(68,241,255); }
H1.HeaderClassName
{
color: #44F1FF;
}
.AnyTagClassName
{
color: #44F1FF;
}
</style>
background-color css
<style>
a { background-color: #44F1FF; }
a { background-color: rgb(68,241,255); }
div.DivClassName
{
background-color: #44F1FF;
}
.BgClassName
{
background-color: #44F1FF;
}
</style>
border-color css
<style>
span { border-color: #44F1FF; }
span { border-color: rgb(68,241,255); }
td.TdClassName
{
border-color: #44F1FF;
}
.TagClassName
{
border-color: #44F1FF;
}
</style>