Shades of Baby Blue #67EEFA
Tints of Baby Blue #67EEFA
RGB
CMYK
RGB Variations
Color information
#67EEFA (or 0x67EEFA) is known color: Baby Blue. HEX triplet: 67, EE and FA. RGB value is (103,238,250). Sum of RGB (Red+Green+Blue) = 103+238+250=591 (78% of max value = 765). Red value is 103 (40.62% from 255 or 17.43% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #67EEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67EEFA is #981105. Grayscale: #C6C6C6. Windows color (decimal): -9965830 or 16445031. OLE color: 16445031.
HSL color Cylindrical-coordinate representation of color #67EEFA: hue angle of 184.9º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67EEFA is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 238 | 250 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.02 |
| HSL | 184.9º | 0.94% | 0.69% | - |
| HSV(B) | 184.9º | 0.59% | 0.98% | - |
| XYZ | 53.42 | 70.93 | 101.32 | - |
| YUV | 199 | 156.77 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 238 | 250 | 0.59 | 0.05 | 0 | 0.02 | 184.9 | 0.94 | 0.69 |
| Hex | 67 | EE | FA | 3B | 5 | 0 | 2 | B9 | 5E | 45 |
| Octal | 147 | 356 | 372 | 73 | 5 | 0 | 2 | 271 | 136 | 105 |
| Binary | 1100111 | 11101110 | 11111010 | 111011 | 101 | 0 | 10 | 10111001 | 1011110 | 1000101 |
Color Harmonies of #67EEFA
Complementary color
Monochromatic Colors of #67EEFA
Black with #67EEFA
Text Example
Text Example
White with #67EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EEFA; }
p { color: rgb(103,238,250); }
H1.HeaderClassName
{
color: #67EEFA;
}
.AnyTagClassName
{
color: #67EEFA;
}
</style>
background-color css
<style>
a { background-color: #67EEFA; }
a { background-color: rgb(103,238,250); }
div.DivClassName
{
background-color: #67EEFA;
}
.BgClassName
{
background-color: #67EEFA;
}
</style>
border-color css
<style>
span { border-color: #67EEFA; }
span { border-color: rgb(103,238,250); }
td.TdClassName
{
border-color: #67EEFA;
}
.TagClassName
{
border-color: #67EEFA;
}
</style>