Shades of Baby Blue #66FFF2
Tints of Baby Blue #66FFF2
RGB
CMYK
RGB Variations
Color information
#66FFF2 (or 0x66FFF2) is known color: Baby Blue. HEX triplet: 66, FF and F2. RGB value is (102,255,242). Sum of RGB (Red+Green+Blue) = 102+255+242=599 (79% of max value = 765). Red value is 102 (40.23% from 255 or 17.03% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FFF2 is #99000D. Grayscale: #CFCFCF. Windows color (decimal): -10027022 or 15925094. OLE color: 15925094.
HSL color Cylindrical-coordinate representation of color #66FFF2: hue angle of 174.9º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FFF2 is Cyan = 0.6, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 242 | - |
| CMYK | 0.6 | 0 | 0.05 | 0 |
| HSL | 174.9º | 1% | 0.7% | - |
| HSV(B) | 174.9º | 0.6% | 1% | - |
| XYZ | 57.27 | 80.76 | 96.57 | - |
| YUV | 207.77 | 147.31 | 52.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 242 | 0.6 | 0 | 0.05 | 0 | 174.9 | 1 | 0.7 |
| Hex | 66 | FF | F2 | 3C | 0 | 5 | 0 | AF | 64 | 46 |
| Octal | 146 | 377 | 362 | 74 | 0 | 5 | 0 | 257 | 144 | 106 |
| Binary | 1100110 | 11111111 | 11110010 | 111100 | 0 | 101 | 0 | 10101111 | 1100100 | 1000110 |
Color Harmonies of #66FFF2
Complementary color
Monochromatic Colors of #66FFF2
Black with #66FFF2
Text Example
Text Example
White with #66FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFF2; }
p { color: rgb(102,255,242); }
H1.HeaderClassName
{
color: #66FFF2;
}
.AnyTagClassName
{
color: #66FFF2;
}
</style>
background-color css
<style>
a { background-color: #66FFF2; }
a { background-color: rgb(102,255,242); }
div.DivClassName
{
background-color: #66FFF2;
}
.BgClassName
{
background-color: #66FFF2;
}
</style>
border-color css
<style>
span { border-color: #66FFF2; }
span { border-color: rgb(102,255,242); }
td.TdClassName
{
border-color: #66FFF2;
}
.TagClassName
{
border-color: #66FFF2;
}
</style>