Shades of Baby Blue #6AFDEF
Tints of Baby Blue #6AFDEF
RGB
CMYK
RGB Variations
Color information
#6AFDEF (or 0x6AFDEF) is known color: Baby Blue. HEX triplet: 6A, FD and EF. RGB value is (106,253,239). Sum of RGB (Red+Green+Blue) = 106+253+239=598 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.73% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFDEF is #950210. Grayscale: #CFCFCF. Windows color (decimal): -9765393 or 15727978. OLE color: 15727978.
HSL color Cylindrical-coordinate representation of color #6AFDEF: hue angle of 174.29º 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 #6AFDEF is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 239 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.01 |
| HSL | 174.29º | 0.97% | 0.7% | - |
| HSV(B) | 174.29º | 0.58% | 0.99% | - |
| XYZ | 56.65 | 79.55 | 94.03 | - |
| YUV | 207.45 | 145.8 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 239 | 0.58 | 0 | 0.06 | 0.01 | 174.29 | 0.97 | 0.7 |
| Hex | 6A | FD | EF | 3A | 0 | 6 | 1 | AE | 61 | 46 |
| Octal | 152 | 375 | 357 | 72 | 0 | 6 | 1 | 256 | 141 | 106 |
| Binary | 1101010 | 11111101 | 11101111 | 111010 | 0 | 110 | 1 | 10101110 | 1100001 | 1000110 |
Color Harmonies of #6AFDEF
Complementary color
Monochromatic Colors of #6AFDEF
Black with #6AFDEF
Text Example
Text Example
White with #6AFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFDEF; }
p { color: rgb(106,253,239); }
H1.HeaderClassName
{
color: #6AFDEF;
}
.AnyTagClassName
{
color: #6AFDEF;
}
</style>
background-color css
<style>
a { background-color: #6AFDEF; }
a { background-color: rgb(106,253,239); }
div.DivClassName
{
background-color: #6AFDEF;
}
.BgClassName
{
background-color: #6AFDEF;
}
</style>
border-color css
<style>
span { border-color: #6AFDEF; }
span { border-color: rgb(106,253,239); }
td.TdClassName
{
border-color: #6AFDEF;
}
.TagClassName
{
border-color: #6AFDEF;
}
</style>