Shades of Baby Blue #4BF4FF
Tints of Baby Blue #4BF4FF
RGB
CMYK
RGB Variations
Color information
#4BF4FF (or 0x4BF4FF) is known color: Baby Blue. HEX triplet: 4B, F4 and FF. RGB value is (75,244,255). Sum of RGB (Red+Green+Blue) = 75+244+255=574 (76% of max value = 765). Red value is 75 (29.69% from 255 or 13.07% from 574); Green value is 244 (95.70% from 255 or 42.51% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BF4FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BF4FF is #B40B00. Grayscale: #C2C2C2. Windows color (decimal): -11799297 or 16774219. OLE color: 16774219.
HSL color Cylindrical-coordinate representation of color #4BF4FF: hue angle of 183.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BF4FF is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 244 | 255 | - |
| CMYK | 0.71 | 0.04 | 0 | 0 |
| HSL | 183.67º | 1% | 0.65% | - |
| HSV(B) | 183.67º | 0.71% | 1% | - |
| XYZ | 53.3 | 73.42 | 105.97 | - |
| YUV | 194.72 | 162.01 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 244 | 255 | 0.71 | 0.04 | 0 | 0 | 183.67 | 1 | 0.65 |
| Hex | 4B | F4 | FF | 47 | 4 | 0 | 0 | B8 | 64 | 41 |
| Octal | 113 | 364 | 377 | 107 | 4 | 0 | 0 | 270 | 144 | 101 |
| Binary | 1001011 | 11110100 | 11111111 | 1000111 | 100 | 0 | 0 | 10111000 | 1100100 | 1000001 |
Color Harmonies of #4BF4FF
Complementary color
Monochromatic Colors of #4BF4FF
Black with #4BF4FF
Text Example
Text Example
White with #4BF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF4FF; }
p { color: rgb(75,244,255); }
H1.HeaderClassName
{
color: #4BF4FF;
}
.AnyTagClassName
{
color: #4BF4FF;
}
</style>
background-color css
<style>
a { background-color: #4BF4FF; }
a { background-color: rgb(75,244,255); }
div.DivClassName
{
background-color: #4BF4FF;
}
.BgClassName
{
background-color: #4BF4FF;
}
</style>
border-color css
<style>
span { border-color: #4BF4FF; }
span { border-color: rgb(75,244,255); }
td.TdClassName
{
border-color: #4BF4FF;
}
.TagClassName
{
border-color: #4BF4FF;
}
</style>