Shades of Baby Blue #67F1ED
Tints of Baby Blue #67F1ED
RGB
CMYK
RGB Variations
Color information
#67F1ED (or 0x67F1ED) is known color: Baby Blue. HEX triplet: 67, F1 and ED. RGB value is (103,241,237). Sum of RGB (Red+Green+Blue) = 103+241+237=581 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.73% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #67F1ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67F1ED is #980E12. Grayscale: #C7C7C7. Windows color (decimal): -9965075 or 15593831. OLE color: 15593831.
HSL color Cylindrical-coordinate representation of color #67F1ED: hue angle of 178.26º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67F1ED is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 241 | 237 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.05 |
| HSL | 178.26º | 0.83% | 0.67% | - |
| HSV(B) | 178.26º | 0.57% | 0.95% | - |
| XYZ | 52.33 | 71.91 | 91.24 | - |
| YUV | 199.28 | 149.28 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 241 | 237 | 0.57 | 0 | 0.02 | 0.05 | 178.26 | 0.83 | 0.67 |
| Hex | 67 | F1 | ED | 39 | 0 | 2 | 5 | B2 | 53 | 43 |
| Octal | 147 | 361 | 355 | 71 | 0 | 2 | 5 | 262 | 123 | 103 |
| Binary | 1100111 | 11110001 | 11101101 | 111001 | 0 | 10 | 101 | 10110010 | 1010011 | 1000011 |
Color Harmonies of #67F1ED
Complementary color
Monochromatic Colors of #67F1ED
Black with #67F1ED
Text Example
Text Example
White with #67F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F1ED; }
p { color: rgb(103,241,237); }
H1.HeaderClassName
{
color: #67F1ED;
}
.AnyTagClassName
{
color: #67F1ED;
}
</style>
background-color css
<style>
a { background-color: #67F1ED; }
a { background-color: rgb(103,241,237); }
div.DivClassName
{
background-color: #67F1ED;
}
.BgClassName
{
background-color: #67F1ED;
}
</style>
border-color css
<style>
span { border-color: #67F1ED; }
span { border-color: rgb(103,241,237); }
td.TdClassName
{
border-color: #67F1ED;
}
.TagClassName
{
border-color: #67F1ED;
}
</style>