Shades of Baby Blue #67F2EE
Tints of Baby Blue #67F2EE
RGB
CMYK
RGB Variations
Color information
#67F2EE (or 0x67F2EE) is known color: Baby Blue. HEX triplet: 67, F2 and EE. RGB value is (103,242,238). Sum of RGB (Red+Green+Blue) = 103+242+238=583 (77% of max value = 765). Red value is 103 (40.62% from 255 or 17.67% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #67F2EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67F2EE is #980D11. Grayscale: #C7C7C7. Windows color (decimal): -9964818 or 15659623. OLE color: 15659623.
HSL color Cylindrical-coordinate representation of color #67F2EE: hue angle of 178.27º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67F2EE is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 242 | 238 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.05 |
| HSL | 178.27º | 0.84% | 0.68% | - |
| HSV(B) | 178.27º | 0.57% | 0.95% | - |
| XYZ | 52.78 | 72.56 | 92.11 | - |
| YUV | 199.98 | 149.45 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 242 | 238 | 0.57 | 0 | 0.02 | 0.05 | 178.27 | 0.84 | 0.68 |
| Hex | 67 | F2 | EE | 39 | 0 | 2 | 5 | B2 | 54 | 44 |
| Octal | 147 | 362 | 356 | 71 | 0 | 2 | 5 | 262 | 124 | 104 |
| Binary | 1100111 | 11110010 | 11101110 | 111001 | 0 | 10 | 101 | 10110010 | 1010100 | 1000100 |
Color Harmonies of #67F2EE
Complementary color
Monochromatic Colors of #67F2EE
Black with #67F2EE
Text Example
Text Example
White with #67F2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F2EE; }
p { color: rgb(103,242,238); }
H1.HeaderClassName
{
color: #67F2EE;
}
.AnyTagClassName
{
color: #67F2EE;
}
</style>
background-color css
<style>
a { background-color: #67F2EE; }
a { background-color: rgb(103,242,238); }
div.DivClassName
{
background-color: #67F2EE;
}
.BgClassName
{
background-color: #67F2EE;
}
</style>
border-color css
<style>
span { border-color: #67F2EE; }
span { border-color: rgb(103,242,238); }
td.TdClassName
{
border-color: #67F2EE;
}
.TagClassName
{
border-color: #67F2EE;
}
</style>