Shades of Baby Blue #67EFFE
Tints of Baby Blue #67EFFE
RGB
CMYK
RGB Variations
Color information
#67EFFE (or 0x67EFFE) is known color: Baby Blue. HEX triplet: 67, EF and FE. RGB value is (103,239,254). Sum of RGB (Red+Green+Blue) = 103+239+254=596 (78% of max value = 765). Red value is 103 (40.62% from 255 or 17.28% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #67EFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67EFFE is #981001. Grayscale: #C7C7C7. Windows color (decimal): -9965570 or 16707431. OLE color: 16707431.
HSL color Cylindrical-coordinate representation of color #67EFFE: hue angle of 185.96º 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 #67EFFE is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 239 | 254 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.00 |
| HSL | 185.96º | 0.99% | 0.7% | - |
| HSV(B) | 185.96º | 0.59% | 1% | - |
| XYZ | 54.35 | 71.77 | 104.75 | - |
| YUV | 200.05 | 158.44 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 239 | 254 | 0.59 | 0.06 | 0 | 0.00 | 185.96 | 0.99 | 0.7 |
| Hex | 67 | EF | FE | 3B | 6 | 0 | 0 | BA | 63 | 46 |
| Octal | 147 | 357 | 376 | 73 | 6 | 0 | 0 | 272 | 143 | 106 |
| Binary | 1100111 | 11101111 | 11111110 | 111011 | 110 | 0 | 0 | 10111010 | 1100011 | 1000110 |
Color Harmonies of #67EFFE
Complementary color
Monochromatic Colors of #67EFFE
Black with #67EFFE
Text Example
Text Example
White with #67EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EFFE; }
p { color: rgb(103,239,254); }
H1.HeaderClassName
{
color: #67EFFE;
}
.AnyTagClassName
{
color: #67EFFE;
}
</style>
background-color css
<style>
a { background-color: #67EFFE; }
a { background-color: rgb(103,239,254); }
div.DivClassName
{
background-color: #67EFFE;
}
.BgClassName
{
background-color: #67EFFE;
}
</style>
border-color css
<style>
span { border-color: #67EFFE; }
span { border-color: rgb(103,239,254); }
td.TdClassName
{
border-color: #67EFFE;
}
.TagClassName
{
border-color: #67EFFE;
}
</style>