Shades of Baby Blue #6AFEF7
Tints of Baby Blue #6AFEF7
RGB
CMYK
RGB Variations
Color information
#6AFEF7 (or 0x6AFEF7) is known color: Baby Blue. HEX triplet: 6A, FE and F7. RGB value is (106,254,247). Sum of RGB (Red+Green+Blue) = 106+254+247=607 (80% of max value = 765). Red value is 106 (41.80% from 255 or 17.46% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFEF7 is #950108. Grayscale: #D0D0D0. Windows color (decimal): -9765129 or 16252522. OLE color: 16252522.
HSL color Cylindrical-coordinate representation of color #6AFEF7: hue angle of 177.16º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFEF7 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 254 | 247 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.00 |
| HSL | 177.16º | 0.99% | 0.71% | - |
| HSV(B) | 177.16º | 0.58% | 1% | - |
| XYZ | 58.17 | 80.66 | 100.5 | - |
| YUV | 208.95 | 149.47 | 54.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 254 | 247 | 0.58 | 0 | 0.03 | 0.00 | 177.16 | 0.99 | 0.71 |
| Hex | 6A | FE | F7 | 3A | 0 | 3 | 0 | B1 | 63 | 47 |
| Octal | 152 | 376 | 367 | 72 | 0 | 3 | 0 | 261 | 143 | 107 |
| Binary | 1101010 | 11111110 | 11110111 | 111010 | 0 | 11 | 0 | 10110001 | 1100011 | 1000111 |
Color Harmonies of #6AFEF7
Complementary color
Monochromatic Colors of #6AFEF7
Black with #6AFEF7
Text Example
Text Example
White with #6AFEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFEF7; }
p { color: rgb(106,254,247); }
H1.HeaderClassName
{
color: #6AFEF7;
}
.AnyTagClassName
{
color: #6AFEF7;
}
</style>
background-color css
<style>
a { background-color: #6AFEF7; }
a { background-color: rgb(106,254,247); }
div.DivClassName
{
background-color: #6AFEF7;
}
.BgClassName
{
background-color: #6AFEF7;
}
</style>
border-color css
<style>
span { border-color: #6AFEF7; }
span { border-color: rgb(106,254,247); }
td.TdClassName
{
border-color: #6AFEF7;
}
.TagClassName
{
border-color: #6AFEF7;
}
</style>