Shades of Baby Blue #67FFEF
Tints of Baby Blue #67FFEF
RGB
CMYK
RGB Variations
Color information
#67FFEF (or 0x67FFEF) is known color: Baby Blue. HEX triplet: 67, FF and EF. RGB value is (103,255,239). Sum of RGB (Red+Green+Blue) = 103+255+239=597 (79% of max value = 765). Red value is 103 (40.62% from 255 or 17.25% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #67FFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67FFEF is #980010. Grayscale: #CFCFCF. Windows color (decimal): -9961489 or 15728487. OLE color: 15728487.
HSL color Cylindrical-coordinate representation of color #67FFEF: hue angle of 173.68º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67FFEF is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 255 | 239 | - |
| CMYK | 0.60 | 0 | 0.06 | 0 |
| HSL | 173.68º | 1% | 0.7% | - |
| HSV(B) | 173.68º | 0.6% | 1% | - |
| XYZ | 56.93 | 80.64 | 94.22 | - |
| YUV | 207.73 | 145.64 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 255 | 239 | 0.60 | 0 | 0.06 | 0 | 173.68 | 1 | 0.7 |
| Hex | 67 | FF | EF | 3C | 0 | 6 | 0 | AE | 64 | 46 |
| Octal | 147 | 377 | 357 | 74 | 0 | 6 | 0 | 256 | 144 | 106 |
| Binary | 1100111 | 11111111 | 11101111 | 111100 | 0 | 110 | 0 | 10101110 | 1100100 | 1000110 |
Color Harmonies of #67FFEF
Complementary color
Monochromatic Colors of #67FFEF
Black with #67FFEF
Text Example
Text Example
White with #67FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FFEF; }
p { color: rgb(103,255,239); }
H1.HeaderClassName
{
color: #67FFEF;
}
.AnyTagClassName
{
color: #67FFEF;
}
</style>
background-color css
<style>
a { background-color: #67FFEF; }
a { background-color: rgb(103,255,239); }
div.DivClassName
{
background-color: #67FFEF;
}
.BgClassName
{
background-color: #67FFEF;
}
</style>
border-color css
<style>
span { border-color: #67FFEF; }
span { border-color: rgb(103,255,239); }
td.TdClassName
{
border-color: #67FFEF;
}
.TagClassName
{
border-color: #67FFEF;
}
</style>