Shades of Baby Blue #66FEFD
Tints of Baby Blue #66FEFD
RGB
CMYK
RGB Variations
Color information
#66FEFD (or 0x66FEFD) is known color: Baby Blue. HEX triplet: 66, FE and FD. RGB value is (102,254,253). Sum of RGB (Red+Green+Blue) = 102+254+253=609 (80% of max value = 765). Red value is 102 (40.23% from 255 or 16.75% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #66FEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FEFD is #990102. Grayscale: #D0D0D0. Windows color (decimal): -10027267 or 16645734. OLE color: 16645734.
HSL color Cylindrical-coordinate representation of color #66FEFD: hue angle of 179.61º 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 #66FEFD is Cyan = 0.60, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 254 | 253 | - |
| CMYK | 0.60 | 0 | 0.00 | 0.00 |
| HSL | 179.61º | 0.99% | 0.7% | - |
| HSV(B) | 179.61º | 0.6% | 1% | - |
| XYZ | 58.65 | 80.8 | 105.43 | - |
| YUV | 208.44 | 153.14 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 254 | 253 | 0.60 | 0 | 0.00 | 0.00 | 179.61 | 0.99 | 0.7 |
| Hex | 66 | FE | FD | 3C | 0 | 0 | 0 | B4 | 63 | 46 |
| Octal | 146 | 376 | 375 | 74 | 0 | 0 | 0 | 264 | 143 | 106 |
| Binary | 1100110 | 11111110 | 11111101 | 111100 | 0 | 0 | 0 | 10110100 | 1100011 | 1000110 |
Color Harmonies of #66FEFD
Complementary color
Monochromatic Colors of #66FEFD
Black with #66FEFD
Text Example
Text Example
White with #66FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FEFD; }
p { color: rgb(102,254,253); }
H1.HeaderClassName
{
color: #66FEFD;
}
.AnyTagClassName
{
color: #66FEFD;
}
</style>
background-color css
<style>
a { background-color: #66FEFD; }
a { background-color: rgb(102,254,253); }
div.DivClassName
{
background-color: #66FEFD;
}
.BgClassName
{
background-color: #66FEFD;
}
</style>
border-color css
<style>
span { border-color: #66FEFD; }
span { border-color: rgb(102,254,253); }
td.TdClassName
{
border-color: #66FEFD;
}
.TagClassName
{
border-color: #66FEFD;
}
</style>