Shades of Baby Blue #6AFDF2
Tints of Baby Blue #6AFDF2
RGB
CMYK
RGB Variations
Color information
#6AFDF2 (or 0x6AFDF2) is known color: Baby Blue. HEX triplet: 6A, FD and F2. RGB value is (106,253,242). Sum of RGB (Red+Green+Blue) = 106+253+242=601 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.64% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFDF2 is #95020D. Grayscale: #CFCFCF. Windows color (decimal): -9765390 or 15924586. OLE color: 15924586.
HSL color Cylindrical-coordinate representation of color #6AFDF2: hue angle of 175.51º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFDF2 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 242 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.01 |
| HSL | 175.51º | 0.97% | 0.7% | - |
| HSV(B) | 175.51º | 0.58% | 0.99% | - |
| XYZ | 57.1 | 79.73 | 96.38 | - |
| YUV | 207.79 | 147.3 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 242 | 0.58 | 0 | 0.04 | 0.01 | 175.51 | 0.97 | 0.7 |
| Hex | 6A | FD | F2 | 3A | 0 | 4 | 1 | B0 | 61 | 46 |
| Octal | 152 | 375 | 362 | 72 | 0 | 4 | 1 | 260 | 141 | 106 |
| Binary | 1101010 | 11111101 | 11110010 | 111010 | 0 | 100 | 1 | 10110000 | 1100001 | 1000110 |
Color Harmonies of #6AFDF2
Complementary color
Monochromatic Colors of #6AFDF2
Black with #6AFDF2
Text Example
Text Example
White with #6AFDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFDF2; }
p { color: rgb(106,253,242); }
H1.HeaderClassName
{
color: #6AFDF2;
}
.AnyTagClassName
{
color: #6AFDF2;
}
</style>
background-color css
<style>
a { background-color: #6AFDF2; }
a { background-color: rgb(106,253,242); }
div.DivClassName
{
background-color: #6AFDF2;
}
.BgClassName
{
background-color: #6AFDF2;
}
</style>
border-color css
<style>
span { border-color: #6AFDF2; }
span { border-color: rgb(106,253,242); }
td.TdClassName
{
border-color: #6AFDF2;
}
.TagClassName
{
border-color: #6AFDF2;
}
</style>