Shades of Baby Blue #66FAF5
Tints of Baby Blue #66FAF5
RGB
CMYK
RGB Variations
Color information
#66FAF5 (or 0x66FAF5) is known color: Baby Blue. HEX triplet: 66, FA and F5. RGB value is (102,250,245). Sum of RGB (Red+Green+Blue) = 102+250+245=597 (79% of max value = 765). Red value is 102 (40.23% from 255 or 17.09% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 245 (96.09% from 255 or 41.04% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #66FAF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FAF5 is #99050A. Grayscale: #CDCDCD. Windows color (decimal): -10028299 or 16120422. OLE color: 16120422.
HSL color Cylindrical-coordinate representation of color #66FAF5: hue angle of 177.97º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66FAF5 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 250 | 245 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.02 |
| HSL | 177.97º | 0.94% | 0.69% | - |
| HSV(B) | 177.97º | 0.59% | 0.98% | - |
| XYZ | 56.15 | 77.79 | 98.44 | - |
| YUV | 205.18 | 150.47 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 250 | 245 | 0.59 | 0 | 0.02 | 0.02 | 177.97 | 0.94 | 0.69 |
| Hex | 66 | FA | F5 | 3B | 0 | 2 | 2 | B2 | 5E | 45 |
| Octal | 146 | 372 | 365 | 73 | 0 | 2 | 2 | 262 | 136 | 105 |
| Binary | 1100110 | 11111010 | 11110101 | 111011 | 0 | 10 | 10 | 10110010 | 1011110 | 1000101 |
Color Harmonies of #66FAF5
Complementary color
Monochromatic Colors of #66FAF5
Black with #66FAF5
Text Example
Text Example
White with #66FAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FAF5; }
p { color: rgb(102,250,245); }
H1.HeaderClassName
{
color: #66FAF5;
}
.AnyTagClassName
{
color: #66FAF5;
}
</style>
background-color css
<style>
a { background-color: #66FAF5; }
a { background-color: rgb(102,250,245); }
div.DivClassName
{
background-color: #66FAF5;
}
.BgClassName
{
background-color: #66FAF5;
}
</style>
border-color css
<style>
span { border-color: #66FAF5; }
span { border-color: rgb(102,250,245); }
td.TdClassName
{
border-color: #66FAF5;
}
.TagClassName
{
border-color: #66FAF5;
}
</style>