Shades of Baby Blue #65FAFE
Tints of Baby Blue #65FAFE
RGB
CMYK
RGB Variations
Color information
#65FAFE (or 0x65FAFE) is known color: Baby Blue. HEX triplet: 65, FA and FE. RGB value is (101,250,254). Sum of RGB (Red+Green+Blue) = 101+250+254=605 (80% of max value = 765). Red value is 101 (39.84% from 255 or 16.69% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #65FAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FAFE is #9A0501. Grayscale: #CDCDCD. Windows color (decimal): -10093826 or 16710245. OLE color: 16710245.
HSL color Cylindrical-coordinate representation of color #65FAFE: hue angle of 181.57º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FAFE is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 250 | 254 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.00 |
| HSL | 181.57º | 0.99% | 0.7% | - |
| HSV(B) | 181.57º | 0.6% | 1% | - |
| XYZ | 57.44 | 78.29 | 105.85 | - |
| YUV | 205.91 | 155.14 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 250 | 254 | 0.60 | 0.02 | 0 | 0.00 | 181.57 | 0.99 | 0.7 |
| Hex | 65 | FA | FE | 3C | 2 | 0 | 0 | B6 | 63 | 46 |
| Octal | 145 | 372 | 376 | 74 | 2 | 0 | 0 | 266 | 143 | 106 |
| Binary | 1100101 | 11111010 | 11111110 | 111100 | 10 | 0 | 0 | 10110110 | 1100011 | 1000110 |
Color Harmonies of #65FAFE
Complementary color
Monochromatic Colors of #65FAFE
Black with #65FAFE
Text Example
Text Example
White with #65FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FAFE; }
p { color: rgb(101,250,254); }
H1.HeaderClassName
{
color: #65FAFE;
}
.AnyTagClassName
{
color: #65FAFE;
}
</style>
background-color css
<style>
a { background-color: #65FAFE; }
a { background-color: rgb(101,250,254); }
div.DivClassName
{
background-color: #65FAFE;
}
.BgClassName
{
background-color: #65FAFE;
}
</style>
border-color css
<style>
span { border-color: #65FAFE; }
span { border-color: rgb(101,250,254); }
td.TdClassName
{
border-color: #65FAFE;
}
.TagClassName
{
border-color: #65FAFE;
}
</style>