Shades of Baby Blue #67FEEC
Tints of Baby Blue #67FEEC
RGB
CMYK
RGB Variations
Color information
#67FEEC (or 0x67FEEC) is known color: Baby Blue. HEX triplet: 67, FE and EC. RGB value is (103,254,236). Sum of RGB (Red+Green+Blue) = 103+254+236=593 (78% of max value = 765). Red value is 103 (40.62% from 255 or 17.37% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #67FEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67FEEC is #980113. Grayscale: #CECECE. Windows color (decimal): -9961748 or 15531623. OLE color: 15531623.
HSL color Cylindrical-coordinate representation of color #67FEEC: hue angle of 172.85º 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 #67FEEC is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 254 | 236 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.00 |
| HSL | 172.85º | 0.99% | 0.7% | - |
| HSV(B) | 172.85º | 0.59% | 1% | - |
| XYZ | 56.18 | 79.82 | 91.8 | - |
| YUV | 206.8 | 144.47 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 254 | 236 | 0.59 | 0 | 0.07 | 0.00 | 172.85 | 0.99 | 0.7 |
| Hex | 67 | FE | EC | 3B | 0 | 7 | 0 | AD | 63 | 46 |
| Octal | 147 | 376 | 354 | 73 | 0 | 7 | 0 | 255 | 143 | 106 |
| Binary | 1100111 | 11111110 | 11101100 | 111011 | 0 | 111 | 0 | 10101101 | 1100011 | 1000110 |
Color Harmonies of #67FEEC
Complementary color
Monochromatic Colors of #67FEEC
Black with #67FEEC
Text Example
Text Example
White with #67FEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FEEC; }
p { color: rgb(103,254,236); }
H1.HeaderClassName
{
color: #67FEEC;
}
.AnyTagClassName
{
color: #67FEEC;
}
</style>
background-color css
<style>
a { background-color: #67FEEC; }
a { background-color: rgb(103,254,236); }
div.DivClassName
{
background-color: #67FEEC;
}
.BgClassName
{
background-color: #67FEEC;
}
</style>
border-color css
<style>
span { border-color: #67FEEC; }
span { border-color: rgb(103,254,236); }
td.TdClassName
{
border-color: #67FEEC;
}
.TagClassName
{
border-color: #67FEEC;
}
</style>