Shades of Baby Blue #6AFBED
Tints of Baby Blue #6AFBED
RGB
CMYK
RGB Variations
Color information
#6AFBED (or 0x6AFBED) is known color: Baby Blue. HEX triplet: 6A, FB and ED. RGB value is (106,251,237). Sum of RGB (Red+Green+Blue) = 106+251+237=594 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.85% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFBED is #950412. Grayscale: #CDCDCD. Windows color (decimal): -9765907 or 15596394. OLE color: 15596394.
HSL color Cylindrical-coordinate representation of color #6AFBED: hue angle of 174.21º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFBED is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 251 | 237 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.02 |
| HSL | 174.21º | 0.95% | 0.7% | - |
| HSV(B) | 174.21º | 0.58% | 0.98% | - |
| XYZ | 55.73 | 78.17 | 92.27 | - |
| YUV | 206.05 | 145.46 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 251 | 237 | 0.58 | 0 | 0.06 | 0.02 | 174.21 | 0.95 | 0.7 |
| Hex | 6A | FB | ED | 3A | 0 | 6 | 2 | AE | 5F | 46 |
| Octal | 152 | 373 | 355 | 72 | 0 | 6 | 2 | 256 | 137 | 106 |
| Binary | 1101010 | 11111011 | 11101101 | 111010 | 0 | 110 | 10 | 10101110 | 1011111 | 1000110 |
Color Harmonies of #6AFBED
Complementary color
Monochromatic Colors of #6AFBED
Black with #6AFBED
Text Example
Text Example
White with #6AFBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFBED; }
p { color: rgb(106,251,237); }
H1.HeaderClassName
{
color: #6AFBED;
}
.AnyTagClassName
{
color: #6AFBED;
}
</style>
background-color css
<style>
a { background-color: #6AFBED; }
a { background-color: rgb(106,251,237); }
div.DivClassName
{
background-color: #6AFBED;
}
.BgClassName
{
background-color: #6AFBED;
}
</style>
border-color css
<style>
span { border-color: #6AFBED; }
span { border-color: rgb(106,251,237); }
td.TdClassName
{
border-color: #6AFBED;
}
.TagClassName
{
border-color: #6AFBED;
}
</style>