Shades of Baby Blue #6AFEF3
Tints of Baby Blue #6AFEF3
RGB
CMYK
RGB Variations
Color information
#6AFEF3 (or 0x6AFEF3) is known color: Baby Blue. HEX triplet: 6A, FE and F3. RGB value is (106,254,243). Sum of RGB (Red+Green+Blue) = 106+254+243=603 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.58% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 243 (95.31% from 255 or 40.30% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFEF3 is #95010C. Grayscale: #D0D0D0. Windows color (decimal): -9765133 or 15990378. OLE color: 15990378.
HSL color Cylindrical-coordinate representation of color #6AFEF3: hue angle of 175.54º 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 #6AFEF3 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 254 | 243 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.00 |
| HSL | 175.54º | 0.99% | 0.71% | - |
| HSV(B) | 175.54º | 0.58% | 1% | - |
| XYZ | 57.56 | 80.42 | 97.28 | - |
| YUV | 208.49 | 147.47 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 254 | 243 | 0.58 | 0 | 0.04 | 0.00 | 175.54 | 0.99 | 0.71 |
| Hex | 6A | FE | F3 | 3A | 0 | 4 | 0 | B0 | 63 | 47 |
| Octal | 152 | 376 | 363 | 72 | 0 | 4 | 0 | 260 | 143 | 107 |
| Binary | 1101010 | 11111110 | 11110011 | 111010 | 0 | 100 | 0 | 10110000 | 1100011 | 1000111 |
Color Harmonies of #6AFEF3
Complementary color
Monochromatic Colors of #6AFEF3
Black with #6AFEF3
Text Example
Text Example
White with #6AFEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFEF3; }
p { color: rgb(106,254,243); }
H1.HeaderClassName
{
color: #6AFEF3;
}
.AnyTagClassName
{
color: #6AFEF3;
}
</style>
background-color css
<style>
a { background-color: #6AFEF3; }
a { background-color: rgb(106,254,243); }
div.DivClassName
{
background-color: #6AFEF3;
}
.BgClassName
{
background-color: #6AFEF3;
}
</style>
border-color css
<style>
span { border-color: #6AFEF3; }
span { border-color: rgb(106,254,243); }
td.TdClassName
{
border-color: #6AFEF3;
}
.TagClassName
{
border-color: #6AFEF3;
}
</style>