Shades of Baby Blue #69FCEC
Tints of Baby Blue #69FCEC
RGB
CMYK
RGB Variations
Color information
#69FCEC (or 0x69FCEC) is known color: Baby Blue. HEX triplet: 69, FC and EC. RGB value is (105,252,236). Sum of RGB (Red+Green+Blue) = 105+252+236=593 (78% of max value = 765). Red value is 105 (41.41% from 255 or 17.71% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #69FCEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FCEC is #960313. Grayscale: #CECECE. Windows color (decimal): -9831188 or 15531113. OLE color: 15531113.
HSL color Cylindrical-coordinate representation of color #69FCEC: hue angle of 173.47º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FCEC is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 252 | 236 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.01 |
| HSL | 173.47º | 0.96% | 0.7% | - |
| HSV(B) | 173.47º | 0.58% | 0.99% | - |
| XYZ | 55.78 | 78.68 | 91.6 | - |
| YUV | 206.22 | 144.8 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 252 | 236 | 0.58 | 0 | 0.06 | 0.01 | 173.47 | 0.96 | 0.7 |
| Hex | 69 | FC | EC | 3A | 0 | 6 | 1 | AD | 60 | 46 |
| Octal | 151 | 374 | 354 | 72 | 0 | 6 | 1 | 255 | 140 | 106 |
| Binary | 1101001 | 11111100 | 11101100 | 111010 | 0 | 110 | 1 | 10101101 | 1100000 | 1000110 |
Color Harmonies of #69FCEC
Complementary color
Monochromatic Colors of #69FCEC
Black with #69FCEC
Text Example
Text Example
White with #69FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FCEC; }
p { color: rgb(105,252,236); }
H1.HeaderClassName
{
color: #69FCEC;
}
.AnyTagClassName
{
color: #69FCEC;
}
</style>
background-color css
<style>
a { background-color: #69FCEC; }
a { background-color: rgb(105,252,236); }
div.DivClassName
{
background-color: #69FCEC;
}
.BgClassName
{
background-color: #69FCEC;
}
</style>
border-color css
<style>
span { border-color: #69FCEC; }
span { border-color: rgb(105,252,236); }
td.TdClassName
{
border-color: #69FCEC;
}
.TagClassName
{
border-color: #69FCEC;
}
</style>