Shades of Baby Blue #4AFBEF
Tints of Baby Blue #4AFBEF
RGB
CMYK
RGB Variations
Color information
#4AFBEF (or 0x4AFBEF) is known color: Baby Blue. HEX triplet: 4A, FB and EF. RGB value is (74,251,239). Sum of RGB (Red+Green+Blue) = 74+251+239=564 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.12% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFBEF is #B50410. Grayscale: #C4C4C4. Windows color (decimal): -11863057 or 15727434. OLE color: 15727434.
HSL color Cylindrical-coordinate representation of color #4AFBEF: hue angle of 175.93º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFBEF is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 239 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.02 |
| HSL | 175.93º | 0.96% | 0.64% | - |
| HSV(B) | 175.93º | 0.71% | 0.98% | - |
| XYZ | 52.9 | 76.68 | 93.67 | - |
| YUV | 196.71 | 151.86 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 239 | 0.71 | 0 | 0.05 | 0.02 | 175.93 | 0.96 | 0.64 |
| Hex | 4A | FB | EF | 47 | 0 | 5 | 2 | B0 | 60 | 40 |
| Octal | 112 | 373 | 357 | 107 | 0 | 5 | 2 | 260 | 140 | 100 |
| Binary | 1001010 | 11111011 | 11101111 | 1000111 | 0 | 101 | 10 | 10110000 | 1100000 | 1000000 |
Color Harmonies of #4AFBEF
Complementary color
Monochromatic Colors of #4AFBEF
Black with #4AFBEF
Text Example
Text Example
White with #4AFBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBEF; }
p { color: rgb(74,251,239); }
H1.HeaderClassName
{
color: #4AFBEF;
}
.AnyTagClassName
{
color: #4AFBEF;
}
</style>
background-color css
<style>
a { background-color: #4AFBEF; }
a { background-color: rgb(74,251,239); }
div.DivClassName
{
background-color: #4AFBEF;
}
.BgClassName
{
background-color: #4AFBEF;
}
</style>
border-color css
<style>
span { border-color: #4AFBEF; }
span { border-color: rgb(74,251,239); }
td.TdClassName
{
border-color: #4AFBEF;
}
.TagClassName
{
border-color: #4AFBEF;
}
</style>