Shades of Baby Blue #6AFEEE
Tints of Baby Blue #6AFEEE
RGB
CMYK
RGB Variations
Color information
#6AFEEE (or 0x6AFEEE) is known color: Baby Blue. HEX triplet: 6A, FE and EE. RGB value is (106,254,238). Sum of RGB (Red+Green+Blue) = 106+254+238=598 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.73% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFEEE is #950111. Grayscale: #CFCFCF. Windows color (decimal): -9765138 or 15662698. OLE color: 15662698.
HSL color Cylindrical-coordinate representation of color #6AFEEE: hue angle of 173.51º 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 #6AFEEE is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 254 | 238 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.00 |
| HSL | 173.51º | 0.99% | 0.71% | - |
| HSV(B) | 173.51º | 0.58% | 1% | - |
| XYZ | 56.82 | 80.12 | 93.36 | - |
| YUV | 207.92 | 144.97 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 254 | 238 | 0.58 | 0 | 0.06 | 0.00 | 173.51 | 0.99 | 0.71 |
| Hex | 6A | FE | EE | 3A | 0 | 6 | 0 | AE | 63 | 47 |
| Octal | 152 | 376 | 356 | 72 | 0 | 6 | 0 | 256 | 143 | 107 |
| Binary | 1101010 | 11111110 | 11101110 | 111010 | 0 | 110 | 0 | 10101110 | 1100011 | 1000111 |
Color Harmonies of #6AFEEE
Complementary color
Monochromatic Colors of #6AFEEE
Black with #6AFEEE
Text Example
Text Example
White with #6AFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFEEE; }
p { color: rgb(106,254,238); }
H1.HeaderClassName
{
color: #6AFEEE;
}
.AnyTagClassName
{
color: #6AFEEE;
}
</style>
background-color css
<style>
a { background-color: #6AFEEE; }
a { background-color: rgb(106,254,238); }
div.DivClassName
{
background-color: #6AFEEE;
}
.BgClassName
{
background-color: #6AFEEE;
}
</style>
border-color css
<style>
span { border-color: #6AFEEE; }
span { border-color: rgb(106,254,238); }
td.TdClassName
{
border-color: #6AFEEE;
}
.TagClassName
{
border-color: #6AFEEE;
}
</style>