Shades of Baby Blue #69ECF5
Tints of Baby Blue #69ECF5
RGB
CMYK
RGB Variations
Color information
#69ECF5 (or 0x69ECF5) is known color: Baby Blue. HEX triplet: 69, EC and F5. RGB value is (105,236,245). Sum of RGB (Red+Green+Blue) = 105+236+245=586 (77% of max value = 765). Red value is 105 (41.41% from 255 or 17.92% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 245 - color contains mainly: blue. Hex color #69ECF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69ECF5 is #96130A. Grayscale: #C5C5C5. Windows color (decimal): -9835275 or 16116841. OLE color: 16116841.
HSL color Cylindrical-coordinate representation of color #69ECF5: hue angle of 183.86º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69ECF5 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 236 | 245 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.04 |
| HSL | 183.86º | 0.88% | 0.69% | - |
| HSV(B) | 183.86º | 0.57% | 0.96% | - |
| XYZ | 52.3 | 69.59 | 97.06 | - |
| YUV | 197.86 | 154.6 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 245 | 0.57 | 0.04 | 0 | 0.04 | 183.86 | 0.88 | 0.69 |
| Hex | 69 | EC | F5 | 39 | 4 | 0 | 4 | B8 | 58 | 45 |
| Octal | 151 | 354 | 365 | 71 | 4 | 0 | 4 | 270 | 130 | 105 |
| Binary | 1101001 | 11101100 | 11110101 | 111001 | 100 | 0 | 100 | 10111000 | 1011000 | 1000101 |
Color Harmonies of #69ECF5
Complementary color
Monochromatic Colors of #69ECF5
Black with #69ECF5
Text Example
Text Example
White with #69ECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ECF5; }
p { color: rgb(105,236,245); }
H1.HeaderClassName
{
color: #69ECF5;
}
.AnyTagClassName
{
color: #69ECF5;
}
</style>
background-color css
<style>
a { background-color: #69ECF5; }
a { background-color: rgb(105,236,245); }
div.DivClassName
{
background-color: #69ECF5;
}
.BgClassName
{
background-color: #69ECF5;
}
</style>
border-color css
<style>
span { border-color: #69ECF5; }
span { border-color: rgb(105,236,245); }
td.TdClassName
{
border-color: #69ECF5;
}
.TagClassName
{
border-color: #69ECF5;
}
</style>