Shades of Baby Blue #66FDF8
Tints of Baby Blue #66FDF8
RGB
CMYK
RGB Variations
Color information
#66FDF8 (or 0x66FDF8) is known color: Baby Blue. HEX triplet: 66, FD and F8. RGB value is (102,253,248). Sum of RGB (Red+Green+Blue) = 102+253+248=603 (79% of max value = 765). Red value is 102 (40.23% from 255 or 16.92% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #66FDF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FDF8 is #990207. Grayscale: #CFCFCF. Windows color (decimal): -10027528 or 16317798. OLE color: 16317798.
HSL color Cylindrical-coordinate representation of color #66FDF8: hue angle of 178.01º 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 #66FDF8 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 253 | 248 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.01 |
| HSL | 178.01º | 0.97% | 0.7% | - |
| HSV(B) | 178.01º | 0.6% | 0.99% | - |
| XYZ | 57.55 | 79.85 | 101.19 | - |
| YUV | 207.28 | 150.97 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 253 | 248 | 0.60 | 0 | 0.02 | 0.01 | 178.01 | 0.97 | 0.7 |
| Hex | 66 | FD | F8 | 3C | 0 | 2 | 1 | B2 | 61 | 46 |
| Octal | 146 | 375 | 370 | 74 | 0 | 2 | 1 | 262 | 141 | 106 |
| Binary | 1100110 | 11111101 | 11111000 | 111100 | 0 | 10 | 1 | 10110010 | 1100001 | 1000110 |
Color Harmonies of #66FDF8
Complementary color
Monochromatic Colors of #66FDF8
Black with #66FDF8
Text Example
Text Example
White with #66FDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FDF8; }
p { color: rgb(102,253,248); }
H1.HeaderClassName
{
color: #66FDF8;
}
.AnyTagClassName
{
color: #66FDF8;
}
</style>
background-color css
<style>
a { background-color: #66FDF8; }
a { background-color: rgb(102,253,248); }
div.DivClassName
{
background-color: #66FDF8;
}
.BgClassName
{
background-color: #66FDF8;
}
</style>
border-color css
<style>
span { border-color: #66FDF8; }
span { border-color: rgb(102,253,248); }
td.TdClassName
{
border-color: #66FDF8;
}
.TagClassName
{
border-color: #66FDF8;
}
</style>