Shades of Baby Blue #4AF3FE
Tints of Baby Blue #4AF3FE
RGB
CMYK
RGB Variations
Color information
#4AF3FE (or 0x4AF3FE) is known color: Baby Blue. HEX triplet: 4A, F3 and FE. RGB value is (74,243,254). Sum of RGB (Red+Green+Blue) = 74+243+254=571 (75% of max value = 765). Red value is 74 (29.30% from 255 or 12.96% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #4AF3FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF3FE is #B50C01. Grayscale: #C1C1C1. Windows color (decimal): -11865090 or 16708426. OLE color: 16708426.
HSL color Cylindrical-coordinate representation of color #4AF3FE: hue angle of 183.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AF3FE is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 243 | 254 | - |
| CMYK | 0.71 | 0.04 | 0 | 0.00 |
| HSL | 183.67º | 0.99% | 0.64% | - |
| HSV(B) | 183.67º | 0.71% | 1% | - |
| XYZ | 52.76 | 72.71 | 105.02 | - |
| YUV | 193.72 | 162.01 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 243 | 254 | 0.71 | 0.04 | 0 | 0.00 | 183.67 | 0.99 | 0.64 |
| Hex | 4A | F3 | FE | 47 | 4 | 0 | 0 | B8 | 63 | 40 |
| Octal | 112 | 363 | 376 | 107 | 4 | 0 | 0 | 270 | 143 | 100 |
| Binary | 1001010 | 11110011 | 11111110 | 1000111 | 100 | 0 | 0 | 10111000 | 1100011 | 1000000 |
Color Harmonies of #4AF3FE
Complementary color
Monochromatic Colors of #4AF3FE
Black with #4AF3FE
Text Example
Text Example
White with #4AF3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF3FE; }
p { color: rgb(74,243,254); }
H1.HeaderClassName
{
color: #4AF3FE;
}
.AnyTagClassName
{
color: #4AF3FE;
}
</style>
background-color css
<style>
a { background-color: #4AF3FE; }
a { background-color: rgb(74,243,254); }
div.DivClassName
{
background-color: #4AF3FE;
}
.BgClassName
{
background-color: #4AF3FE;
}
</style>
border-color css
<style>
span { border-color: #4AF3FE; }
span { border-color: rgb(74,243,254); }
td.TdClassName
{
border-color: #4AF3FE;
}
.TagClassName
{
border-color: #4AF3FE;
}
</style>