Shades of Baby Blue #6FFCEE
Tints of Baby Blue #6FFCEE
RGB
CMYK
RGB Variations
Color information
#6FFCEE (or 0x6FFCEE) is known color: Baby Blue. HEX triplet: 6F, FC and EE. RGB value is (111,252,238). Sum of RGB (Red+Green+Blue) = 111+252+238=601 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.47% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #6FFCEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFCEE is #900311. Grayscale: #D0D0D0. Windows color (decimal): -9437970 or 15662191. OLE color: 15662191.
HSL color Cylindrical-coordinate representation of color #6FFCEE: hue angle of 174.04º degrees, saturation: 0.96, 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 #6FFCEE is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 238 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.01 |
| HSL | 174.04º | 0.96% | 0.71% | - |
| HSV(B) | 174.04º | 0.56% | 0.99% | - |
| XYZ | 56.8 | 79.17 | 93.18 | - |
| YUV | 208.25 | 144.79 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 238 | 0.56 | 0 | 0.06 | 0.01 | 174.04 | 0.96 | 0.71 |
| Hex | 6F | FC | EE | 38 | 0 | 6 | 1 | AE | 60 | 47 |
| Octal | 157 | 374 | 356 | 70 | 0 | 6 | 1 | 256 | 140 | 107 |
| Binary | 1101111 | 11111100 | 11101110 | 111000 | 0 | 110 | 1 | 10101110 | 1100000 | 1000111 |
Color Harmonies of #6FFCEE
Complementary color
Monochromatic Colors of #6FFCEE
Black with #6FFCEE
Text Example
Text Example
White with #6FFCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFCEE; }
p { color: rgb(111,252,238); }
H1.HeaderClassName
{
color: #6FFCEE;
}
.AnyTagClassName
{
color: #6FFCEE;
}
</style>
background-color css
<style>
a { background-color: #6FFCEE; }
a { background-color: rgb(111,252,238); }
div.DivClassName
{
background-color: #6FFCEE;
}
.BgClassName
{
background-color: #6FFCEE;
}
</style>
border-color css
<style>
span { border-color: #6FFCEE; }
span { border-color: rgb(111,252,238); }
td.TdClassName
{
border-color: #6FFCEE;
}
.TagClassName
{
border-color: #6FFCEE;
}
</style>