Shades of Baby Blue #6FFAED
Tints of Baby Blue #6FFAED
RGB
CMYK
RGB Variations
Color information
#6FFAED (or 0x6FFAED) is known color: Baby Blue. HEX triplet: 6F, FA and ED. RGB value is (111,250,237). Sum of RGB (Red+Green+Blue) = 111+250+237=598 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.56% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFAED is #900512. Grayscale: #CECECE. Windows color (decimal): -9438483 or 15596143. OLE color: 15596143.
HSL color Cylindrical-coordinate representation of color #6FFAED: hue angle of 174.39º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFAED is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 237 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.02 |
| HSL | 174.39º | 0.93% | 0.71% | - |
| HSV(B) | 174.39º | 0.56% | 0.98% | - |
| XYZ | 56.03 | 77.87 | 92.2 | - |
| YUV | 206.96 | 144.95 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 237 | 0.56 | 0 | 0.05 | 0.02 | 174.39 | 0.93 | 0.71 |
| Hex | 6F | FA | ED | 38 | 0 | 5 | 2 | AE | 5D | 47 |
| Octal | 157 | 372 | 355 | 70 | 0 | 5 | 2 | 256 | 135 | 107 |
| Binary | 1101111 | 11111010 | 11101101 | 111000 | 0 | 101 | 10 | 10101110 | 1011101 | 1000111 |
Color Harmonies of #6FFAED
Complementary color
Monochromatic Colors of #6FFAED
Black with #6FFAED
Text Example
Text Example
White with #6FFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFAED; }
p { color: rgb(111,250,237); }
H1.HeaderClassName
{
color: #6FFAED;
}
.AnyTagClassName
{
color: #6FFAED;
}
</style>
background-color css
<style>
a { background-color: #6FFAED; }
a { background-color: rgb(111,250,237); }
div.DivClassName
{
background-color: #6FFAED;
}
.BgClassName
{
background-color: #6FFAED;
}
</style>
border-color css
<style>
span { border-color: #6FFAED; }
span { border-color: rgb(111,250,237); }
td.TdClassName
{
border-color: #6FFAED;
}
.TagClassName
{
border-color: #6FFAED;
}
</style>