Shades of Baby Blue #67FFF5
Tints of Baby Blue #67FFF5
RGB
CMYK
RGB Variations
Color information
#67FFF5 (or 0x67FFF5) is known color: Baby Blue. HEX triplet: 67, FF and F5. RGB value is (103,255,245). Sum of RGB (Red+Green+Blue) = 103+255+245=603 (79% of max value = 765). Red value is 103 (40.62% from 255 or 17.08% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 245 (96.09% from 255 or 40.63% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #67FFF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67FFF5 is #98000A. Grayscale: #D0D0D0. Windows color (decimal): -9961483 or 16121703. OLE color: 16121703.
HSL color Cylindrical-coordinate representation of color #67FFF5: hue angle of 176.05º 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 #67FFF5 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 255 | 245 | - |
| CMYK | 0.60 | 0 | 0.04 | 0 |
| HSL | 176.05º | 1% | 0.7% | - |
| HSV(B) | 176.05º | 0.6% | 1% | - |
| XYZ | 57.83 | 81 | 98.97 | - |
| YUV | 208.41 | 148.64 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 255 | 245 | 0.60 | 0 | 0.04 | 0 | 176.05 | 1 | 0.7 |
| Hex | 67 | FF | F5 | 3C | 0 | 4 | 0 | B0 | 64 | 46 |
| Octal | 147 | 377 | 365 | 74 | 0 | 4 | 0 | 260 | 144 | 106 |
| Binary | 1100111 | 11111111 | 11110101 | 111100 | 0 | 100 | 0 | 10110000 | 1100100 | 1000110 |
Color Harmonies of #67FFF5
Complementary color
Monochromatic Colors of #67FFF5
Black with #67FFF5
Text Example
Text Example
White with #67FFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FFF5; }
p { color: rgb(103,255,245); }
H1.HeaderClassName
{
color: #67FFF5;
}
.AnyTagClassName
{
color: #67FFF5;
}
</style>
background-color css
<style>
a { background-color: #67FFF5; }
a { background-color: rgb(103,255,245); }
div.DivClassName
{
background-color: #67FFF5;
}
.BgClassName
{
background-color: #67FFF5;
}
</style>
border-color css
<style>
span { border-color: #67FFF5; }
span { border-color: rgb(103,255,245); }
td.TdClassName
{
border-color: #67FFF5;
}
.TagClassName
{
border-color: #67FFF5;
}
</style>