Shades of Baby Blue #6FFCEF
Tints of Baby Blue #6FFCEF
RGB
CMYK
RGB Variations
Color information
#6FFCEF (or 0x6FFCEF) is known color: Baby Blue. HEX triplet: 6F, FC and EF. RGB value is (111,252,239). Sum of RGB (Red+Green+Blue) = 111+252+239=602 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.44% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #6FFCEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFCEF is #900310. Grayscale: #D0D0D0. Windows color (decimal): -9437969 or 15727727. OLE color: 15727727.
HSL color Cylindrical-coordinate representation of color #6FFCEF: hue angle of 174.47º 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 #6FFCEF is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 239 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.01 |
| HSL | 174.47º | 0.96% | 0.71% | - |
| HSV(B) | 174.47º | 0.56% | 0.99% | - |
| XYZ | 56.95 | 79.23 | 93.95 | - |
| YUV | 208.36 | 145.29 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 239 | 0.56 | 0 | 0.05 | 0.01 | 174.47 | 0.96 | 0.71 |
| Hex | 6F | FC | EF | 38 | 0 | 5 | 1 | AE | 60 | 47 |
| Octal | 157 | 374 | 357 | 70 | 0 | 5 | 1 | 256 | 140 | 107 |
| Binary | 1101111 | 11111100 | 11101111 | 111000 | 0 | 101 | 1 | 10101110 | 1100000 | 1000111 |
Color Harmonies of #6FFCEF
Complementary color
Monochromatic Colors of #6FFCEF
Black with #6FFCEF
Text Example
Text Example
White with #6FFCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFCEF; }
p { color: rgb(111,252,239); }
H1.HeaderClassName
{
color: #6FFCEF;
}
.AnyTagClassName
{
color: #6FFCEF;
}
</style>
background-color css
<style>
a { background-color: #6FFCEF; }
a { background-color: rgb(111,252,239); }
div.DivClassName
{
background-color: #6FFCEF;
}
.BgClassName
{
background-color: #6FFCEF;
}
</style>
border-color css
<style>
span { border-color: #6FFCEF; }
span { border-color: rgb(111,252,239); }
td.TdClassName
{
border-color: #6FFCEF;
}
.TagClassName
{
border-color: #6FFCEF;
}
</style>