Shades of Baby Blue #67FDF2
Tints of Baby Blue #67FDF2
RGB
CMYK
RGB Variations
Color information
#67FDF2 (or 0x67FDF2) is known color: Baby Blue. HEX triplet: 67, FD and F2. RGB value is (103,253,242). Sum of RGB (Red+Green+Blue) = 103+253+242=598 (79% of max value = 765). Red value is 103 (40.62% from 255 or 17.22% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #67FDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67FDF2 is #98020D. Grayscale: #CECECE. Windows color (decimal): -9961998 or 15924583. OLE color: 15924583.
HSL color Cylindrical-coordinate representation of color #67FDF2: hue angle of 175.6º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67FDF2 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 253 | 242 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.01 |
| HSL | 175.6º | 0.97% | 0.7% | - |
| HSV(B) | 175.6º | 0.59% | 0.99% | - |
| XYZ | 56.75 | 79.54 | 96.37 | - |
| YUV | 206.9 | 147.81 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 253 | 242 | 0.59 | 0 | 0.04 | 0.01 | 175.6 | 0.97 | 0.7 |
| Hex | 67 | FD | F2 | 3B | 0 | 4 | 1 | B0 | 61 | 46 |
| Octal | 147 | 375 | 362 | 73 | 0 | 4 | 1 | 260 | 141 | 106 |
| Binary | 1100111 | 11111101 | 11110010 | 111011 | 0 | 100 | 1 | 10110000 | 1100001 | 1000110 |
Color Harmonies of #67FDF2
Complementary color
Monochromatic Colors of #67FDF2
Black with #67FDF2
Text Example
Text Example
White with #67FDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FDF2; }
p { color: rgb(103,253,242); }
H1.HeaderClassName
{
color: #67FDF2;
}
.AnyTagClassName
{
color: #67FDF2;
}
</style>
background-color css
<style>
a { background-color: #67FDF2; }
a { background-color: rgb(103,253,242); }
div.DivClassName
{
background-color: #67FDF2;
}
.BgClassName
{
background-color: #67FDF2;
}
</style>
border-color css
<style>
span { border-color: #67FDF2; }
span { border-color: rgb(103,253,242); }
td.TdClassName
{
border-color: #67FDF2;
}
.TagClassName
{
border-color: #67FDF2;
}
</style>