Shades of Baby Blue #66F3FF
Tints of Baby Blue #66F3FF
RGB
CMYK
RGB Variations
Color information
#66F3FF (or 0x66F3FF) is known color: Baby Blue. HEX triplet: 66, F3 and FF. RGB value is (102,243,255). Sum of RGB (Red+Green+Blue) = 102+243+255=600 (79% of max value = 765). Red value is 102 (40.23% from 255 or 17% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #66F3FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F3FF is #990C00. Grayscale: #CACACA. Windows color (decimal): -10030081 or 16773990. OLE color: 16773990.
HSL color Cylindrical-coordinate representation of color #66F3FF: hue angle of 184.71º 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 #66F3FF is Cyan = 0.6, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 243 | 255 | - |
| CMYK | 0.6 | 0.05 | 0 | 0 |
| HSL | 184.71º | 1% | 0.7% | - |
| HSV(B) | 184.71º | 0.6% | 1% | - |
| XYZ | 55.58 | 74.15 | 105.99 | - |
| YUV | 202.21 | 157.79 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 243 | 255 | 0.6 | 0.05 | 0 | 0 | 184.71 | 1 | 0.7 |
| Hex | 66 | F3 | FF | 3C | 5 | 0 | 0 | B9 | 64 | 46 |
| Octal | 146 | 363 | 377 | 74 | 5 | 0 | 0 | 271 | 144 | 106 |
| Binary | 1100110 | 11110011 | 11111111 | 111100 | 101 | 0 | 0 | 10111001 | 1100100 | 1000110 |
Color Harmonies of #66F3FF
Complementary color
Monochromatic Colors of #66F3FF
Black with #66F3FF
Text Example
Text Example
White with #66F3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F3FF; }
p { color: rgb(102,243,255); }
H1.HeaderClassName
{
color: #66F3FF;
}
.AnyTagClassName
{
color: #66F3FF;
}
</style>
background-color css
<style>
a { background-color: #66F3FF; }
a { background-color: rgb(102,243,255); }
div.DivClassName
{
background-color: #66F3FF;
}
.BgClassName
{
background-color: #66F3FF;
}
</style>
border-color css
<style>
span { border-color: #66F3FF; }
span { border-color: rgb(102,243,255); }
td.TdClassName
{
border-color: #66F3FF;
}
.TagClassName
{
border-color: #66F3FF;
}
</style>