Shades of Baby Blue #6FF3ED
Tints of Baby Blue #6FF3ED
RGB
CMYK
RGB Variations
Color information
#6FF3ED (or 0x6FF3ED) is known color: Baby Blue. HEX triplet: 6F, F3 and ED. RGB value is (111,243,237). Sum of RGB (Red+Green+Blue) = 111+243+237=591 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.78% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 243 - color contains mainly: green. Hex color #6FF3ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF3ED is #900C12. Grayscale: #CACACA. Windows color (decimal): -9440275 or 15594351. OLE color: 15594351.
HSL color Cylindrical-coordinate representation of color #6FF3ED: hue angle of 177.27º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF3ED is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 243 | 237 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.05 |
| HSL | 177.27º | 0.85% | 0.69% | - |
| HSV(B) | 177.27º | 0.54% | 0.95% | - |
| XYZ | 53.89 | 73.6 | 91.49 | - |
| YUV | 202.85 | 147.27 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 243 | 237 | 0.54 | 0 | 0.02 | 0.05 | 177.27 | 0.85 | 0.69 |
| Hex | 6F | F3 | ED | 36 | 0 | 2 | 5 | B1 | 55 | 45 |
| Octal | 157 | 363 | 355 | 66 | 0 | 2 | 5 | 261 | 125 | 105 |
| Binary | 1101111 | 11110011 | 11101101 | 110110 | 0 | 10 | 101 | 10110001 | 1010101 | 1000101 |
Color Harmonies of #6FF3ED
Complementary color
Monochromatic Colors of #6FF3ED
Black with #6FF3ED
Text Example
Text Example
White with #6FF3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF3ED; }
p { color: rgb(111,243,237); }
H1.HeaderClassName
{
color: #6FF3ED;
}
.AnyTagClassName
{
color: #6FF3ED;
}
</style>
background-color css
<style>
a { background-color: #6FF3ED; }
a { background-color: rgb(111,243,237); }
div.DivClassName
{
background-color: #6FF3ED;
}
.BgClassName
{
background-color: #6FF3ED;
}
</style>
border-color css
<style>
span { border-color: #6FF3ED; }
span { border-color: rgb(111,243,237); }
td.TdClassName
{
border-color: #6FF3ED;
}
.TagClassName
{
border-color: #6FF3ED;
}
</style>