Shades of Baby Blue #69EAFE
Tints of Baby Blue #69EAFE
RGB
CMYK
RGB Variations
Color information
#69EAFE (or 0x69EAFE) is known color: Baby Blue. HEX triplet: 69, EA and FE. RGB value is (105,234,254). Sum of RGB (Red+Green+Blue) = 105+234+254=593 (78% of max value = 765). Red value is 105 (41.41% from 255 or 17.71% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #69EAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69EAFE is #961501. Grayscale: #C5C5C5. Windows color (decimal): -9835778 or 16706153. OLE color: 16706153.
HSL color Cylindrical-coordinate representation of color #69EAFE: hue angle of 188.05º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69EAFE is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 234 | 254 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.00 |
| HSL | 188.05º | 0.99% | 0.7% | - |
| HSV(B) | 188.05º | 0.59% | 1% | - |
| XYZ | 53.14 | 69 | 104.28 | - |
| YUV | 197.71 | 159.76 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 234 | 254 | 0.59 | 0.08 | 0 | 0.00 | 188.05 | 0.99 | 0.7 |
| Hex | 69 | EA | FE | 3B | 8 | 0 | 0 | BC | 63 | 46 |
| Octal | 151 | 352 | 376 | 73 | 10 | 0 | 0 | 274 | 143 | 106 |
| Binary | 1101001 | 11101010 | 11111110 | 111011 | 1000 | 0 | 0 | 10111100 | 1100011 | 1000110 |
Color Harmonies of #69EAFE
Complementary color
Monochromatic Colors of #69EAFE
Black with #69EAFE
Text Example
Text Example
White with #69EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EAFE; }
p { color: rgb(105,234,254); }
H1.HeaderClassName
{
color: #69EAFE;
}
.AnyTagClassName
{
color: #69EAFE;
}
</style>
background-color css
<style>
a { background-color: #69EAFE; }
a { background-color: rgb(105,234,254); }
div.DivClassName
{
background-color: #69EAFE;
}
.BgClassName
{
background-color: #69EAFE;
}
</style>
border-color css
<style>
span { border-color: #69EAFE; }
span { border-color: rgb(105,234,254); }
td.TdClassName
{
border-color: #69EAFE;
}
.TagClassName
{
border-color: #69EAFE;
}
</style>