Shades of Baby Blue #6AFDEB
Tints of Baby Blue #6AFDEB
RGB
CMYK
RGB Variations
Color information
#6AFDEB (or 0x6AFDEB) is known color: Baby Blue. HEX triplet: 6A, FD and EB. RGB value is (106,253,235). Sum of RGB (Red+Green+Blue) = 106+253+235=594 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.85% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFDEB is #950214. Grayscale: #CECECE. Windows color (decimal): -9765397 or 15465834. OLE color: 15465834.
HSL color Cylindrical-coordinate representation of color #6AFDEB: hue angle of 172.65º 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 #6AFDEB is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 235 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.01 |
| HSL | 172.65º | 0.97% | 0.7% | - |
| HSV(B) | 172.65º | 0.58% | 0.99% | - |
| XYZ | 56.06 | 79.31 | 90.95 | - |
| YUV | 207 | 143.8 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 235 | 0.58 | 0 | 0.07 | 0.01 | 172.65 | 0.97 | 0.7 |
| Hex | 6A | FD | EB | 3A | 0 | 7 | 1 | AD | 61 | 46 |
| Octal | 152 | 375 | 353 | 72 | 0 | 7 | 1 | 255 | 141 | 106 |
| Binary | 1101010 | 11111101 | 11101011 | 111010 | 0 | 111 | 1 | 10101101 | 1100001 | 1000110 |
Color Harmonies of #6AFDEB
Complementary color
Monochromatic Colors of #6AFDEB
Black with #6AFDEB
Text Example
Text Example
White with #6AFDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFDEB; }
p { color: rgb(106,253,235); }
H1.HeaderClassName
{
color: #6AFDEB;
}
.AnyTagClassName
{
color: #6AFDEB;
}
</style>
background-color css
<style>
a { background-color: #6AFDEB; }
a { background-color: rgb(106,253,235); }
div.DivClassName
{
background-color: #6AFDEB;
}
.BgClassName
{
background-color: #6AFDEB;
}
</style>
border-color css
<style>
span { border-color: #6AFDEB; }
span { border-color: rgb(106,253,235); }
td.TdClassName
{
border-color: #6AFDEB;
}
.TagClassName
{
border-color: #6AFDEB;
}
</style>