Shades of Baby Blue #67FAF2
Tints of Baby Blue #67FAF2
RGB
CMYK
RGB Variations
Color information
#67FAF2 (or 0x67FAF2) is known color: Baby Blue. HEX triplet: 67, FA and F2. RGB value is (103,250,242). Sum of RGB (Red+Green+Blue) = 103+250+242=595 (78% of max value = 765). Red value is 103 (40.62% from 255 or 17.31% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #67FAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67FAF2 is #98050D. Grayscale: #CDCDCD. Windows color (decimal): -9962766 or 15923815. OLE color: 15923815.
HSL color Cylindrical-coordinate representation of color #67FAF2: hue angle of 176.73º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67FAF2 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 250 | 242 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.02 |
| HSL | 176.73º | 0.94% | 0.69% | - |
| HSV(B) | 176.73º | 0.59% | 0.98% | - |
| XYZ | 55.81 | 77.67 | 96.05 | - |
| YUV | 205.14 | 148.8 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 250 | 242 | 0.59 | 0 | 0.03 | 0.02 | 176.73 | 0.94 | 0.69 |
| Hex | 67 | FA | F2 | 3B | 0 | 3 | 2 | B1 | 5E | 45 |
| Octal | 147 | 372 | 362 | 73 | 0 | 3 | 2 | 261 | 136 | 105 |
| Binary | 1100111 | 11111010 | 11110010 | 111011 | 0 | 11 | 10 | 10110001 | 1011110 | 1000101 |
Color Harmonies of #67FAF2
Complementary color
Monochromatic Colors of #67FAF2
Black with #67FAF2
Text Example
Text Example
White with #67FAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FAF2; }
p { color: rgb(103,250,242); }
H1.HeaderClassName
{
color: #67FAF2;
}
.AnyTagClassName
{
color: #67FAF2;
}
</style>
background-color css
<style>
a { background-color: #67FAF2; }
a { background-color: rgb(103,250,242); }
div.DivClassName
{
background-color: #67FAF2;
}
.BgClassName
{
background-color: #67FAF2;
}
</style>
border-color css
<style>
span { border-color: #67FAF2; }
span { border-color: rgb(103,250,242); }
td.TdClassName
{
border-color: #67FAF2;
}
.TagClassName
{
border-color: #67FAF2;
}
</style>