Shades of Baby Blue #6FFDF2
Tints of Baby Blue #6FFDF2
RGB
CMYK
RGB Variations
Color information
#6FFDF2 (or 0x6FFDF2) is known color: Baby Blue. HEX triplet: 6F, FD and F2. RGB value is (111,253,242). Sum of RGB (Red+Green+Blue) = 111+253+242=606 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.32% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFDF2 is #90020D. Grayscale: #D1D1D1. Windows color (decimal): -9437710 or 15924591. OLE color: 15924591.
HSL color Cylindrical-coordinate representation of color #6FFDF2: hue angle of 175.35º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFDF2 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 242 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.01 |
| HSL | 175.35º | 0.97% | 0.71% | - |
| HSV(B) | 175.35º | 0.56% | 0.99% | - |
| XYZ | 57.71 | 80.04 | 96.41 | - |
| YUV | 209.29 | 146.46 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 242 | 0.56 | 0 | 0.04 | 0.01 | 175.35 | 0.97 | 0.71 |
| Hex | 6F | FD | F2 | 38 | 0 | 4 | 1 | AF | 61 | 47 |
| Octal | 157 | 375 | 362 | 70 | 0 | 4 | 1 | 257 | 141 | 107 |
| Binary | 1101111 | 11111101 | 11110010 | 111000 | 0 | 100 | 1 | 10101111 | 1100001 | 1000111 |
Color Harmonies of #6FFDF2
Complementary color
Monochromatic Colors of #6FFDF2
Black with #6FFDF2
Text Example
Text Example
White with #6FFDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDF2; }
p { color: rgb(111,253,242); }
H1.HeaderClassName
{
color: #6FFDF2;
}
.AnyTagClassName
{
color: #6FFDF2;
}
</style>
background-color css
<style>
a { background-color: #6FFDF2; }
a { background-color: rgb(111,253,242); }
div.DivClassName
{
background-color: #6FFDF2;
}
.BgClassName
{
background-color: #6FFDF2;
}
</style>
border-color css
<style>
span { border-color: #6FFDF2; }
span { border-color: rgb(111,253,242); }
td.TdClassName
{
border-color: #6FFDF2;
}
.TagClassName
{
border-color: #6FFDF2;
}
</style>