Shades of Baby Blue #66FCFD
Tints of Baby Blue #66FCFD
RGB
CMYK
RGB Variations
Color information
#66FCFD (or 0x66FCFD) is known color: Baby Blue. HEX triplet: 66, FC and FD. RGB value is (102,252,253). Sum of RGB (Red+Green+Blue) = 102+252+253=607 (80% of max value = 765). Red value is 102 (40.23% from 255 or 16.80% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #66FCFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FCFD is #990302. Grayscale: #CFCFCF. Windows color (decimal): -10027779 or 16645222. OLE color: 16645222.
HSL color Cylindrical-coordinate representation of color #66FCFD: hue angle of 180.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FCFD is Cyan = 0.60, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 252 | 253 | - |
| CMYK | 0.60 | 0.00 | 0 | 0.01 |
| HSL | 180.4º | 0.97% | 0.7% | - |
| HSV(B) | 180.4º | 0.6% | 0.99% | - |
| XYZ | 58.02 | 79.54 | 105.22 | - |
| YUV | 207.26 | 153.81 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 252 | 253 | 0.60 | 0.00 | 0 | 0.01 | 180.4 | 0.97 | 0.7 |
| Hex | 66 | FC | FD | 3C | 0 | 0 | 1 | B4 | 61 | 46 |
| Octal | 146 | 374 | 375 | 74 | 0 | 0 | 1 | 264 | 141 | 106 |
| Binary | 1100110 | 11111100 | 11111101 | 111100 | 0 | 0 | 1 | 10110100 | 1100001 | 1000110 |
Color Harmonies of #66FCFD
Complementary color
Monochromatic Colors of #66FCFD
Black with #66FCFD
Text Example
Text Example
White with #66FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FCFD; }
p { color: rgb(102,252,253); }
H1.HeaderClassName
{
color: #66FCFD;
}
.AnyTagClassName
{
color: #66FCFD;
}
</style>
background-color css
<style>
a { background-color: #66FCFD; }
a { background-color: rgb(102,252,253); }
div.DivClassName
{
background-color: #66FCFD;
}
.BgClassName
{
background-color: #66FCFD;
}
</style>
border-color css
<style>
span { border-color: #66FCFD; }
span { border-color: rgb(102,252,253); }
td.TdClassName
{
border-color: #66FCFD;
}
.TagClassName
{
border-color: #66FCFD;
}
</style>