Shades of Baby Blue #4BFFFE
Tints of Baby Blue #4BFFFE
RGB
CMYK
RGB Variations
Color information
#4BFFFE (or 0x4BFFFE) is known color: Baby Blue. HEX triplet: 4B, FF and FE. RGB value is (75,255,254). Sum of RGB (Red+Green+Blue) = 75+255+254=584 (77% of max value = 765). Red value is 75 (29.69% from 255 or 12.84% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFFFE is #B40001. Grayscale: #C8C8C8. Windows color (decimal): -11796482 or 16711499. OLE color: 16711499.
HSL color Cylindrical-coordinate representation of color #4BFFFE: hue angle of 179.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 #4BFFFE is Cyan = 0.71, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 254 | - |
| CMYK | 0.71 | 0 | 0.00 | 0 |
| HSL | 179.67º | 1% | 0.65% | - |
| HSV(B) | 179.67º | 0.71% | 1% | - |
| XYZ | 56.55 | 80.17 | 106.26 | - |
| YUV | 201.07 | 157.87 | 38.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 254 | 0.71 | 0 | 0.00 | 0 | 179.67 | 1 | 0.65 |
| Hex | 4B | FF | FE | 47 | 0 | 0 | 0 | B4 | 64 | 41 |
| Octal | 113 | 377 | 376 | 107 | 0 | 0 | 0 | 264 | 144 | 101 |
| Binary | 1001011 | 11111111 | 11111110 | 1000111 | 0 | 0 | 0 | 10110100 | 1100100 | 1000001 |
Color Harmonies of #4BFFFE
Complementary color
Monochromatic Colors of #4BFFFE
Black with #4BFFFE
Text Example
Text Example
White with #4BFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFFFE; }
p { color: rgb(75,255,254); }
H1.HeaderClassName
{
color: #4BFFFE;
}
.AnyTagClassName
{
color: #4BFFFE;
}
</style>
background-color css
<style>
a { background-color: #4BFFFE; }
a { background-color: rgb(75,255,254); }
div.DivClassName
{
background-color: #4BFFFE;
}
.BgClassName
{
background-color: #4BFFFE;
}
</style>
border-color css
<style>
span { border-color: #4BFFFE; }
span { border-color: rgb(75,255,254); }
td.TdClassName
{
border-color: #4BFFFE;
}
.TagClassName
{
border-color: #4BFFFE;
}
</style>