Shades of Baby Blue #40FAFF
Tints of Baby Blue #40FAFF
RGB
CMYK
RGB Variations
Color information
#40FAFF (or 0x40FAFF) is known color: Baby Blue. HEX triplet: 40, FA and FF. RGB value is (64,250,255). Sum of RGB (Red+Green+Blue) = 64+250+255=569 (75% of max value = 765). Red value is 64 (25.39% from 255 or 11.25% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #40FAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FAFF is #BF0500. Grayscale: #C2C2C2. Windows color (decimal): -12518657 or 16775744. OLE color: 16775744.
HSL color Cylindrical-coordinate representation of color #40FAFF: hue angle of 181.57º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FAFF is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 250 | 255 | - |
| CMYK | 0.75 | 0.02 | 0 | 0 |
| HSL | 181.57º | 1% | 0.63% | - |
| HSV(B) | 181.57º | 0.75% | 1% | - |
| XYZ | 54.35 | 76.68 | 106.54 | - |
| YUV | 194.96 | 161.88 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 250 | 255 | 0.75 | 0.02 | 0 | 0 | 181.57 | 1 | 0.63 |
| Hex | 40 | FA | FF | 4B | 2 | 0 | 0 | B6 | 64 | 3F |
| Octal | 100 | 372 | 377 | 113 | 2 | 0 | 0 | 266 | 144 | 77 |
| Binary | 1000000 | 11111010 | 11111111 | 1001011 | 10 | 0 | 0 | 10110110 | 1100100 | 111111 |
Color Harmonies of #40FAFF
Complementary color
Monochromatic Colors of #40FAFF
Black with #40FAFF
Text Example
Text Example
White with #40FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FAFF; }
p { color: rgb(64,250,255); }
H1.HeaderClassName
{
color: #40FAFF;
}
.AnyTagClassName
{
color: #40FAFF;
}
</style>
background-color css
<style>
a { background-color: #40FAFF; }
a { background-color: rgb(64,250,255); }
div.DivClassName
{
background-color: #40FAFF;
}
.BgClassName
{
background-color: #40FAFF;
}
</style>
border-color css
<style>
span { border-color: #40FAFF; }
span { border-color: rgb(64,250,255); }
td.TdClassName
{
border-color: #40FAFF;
}
.TagClassName
{
border-color: #40FAFF;
}
</style>