Shades of Baby Blue #67FFF2
Tints of Baby Blue #67FFF2
RGB
CMYK
RGB Variations
Color information
#67FFF2 (or 0x67FFF2) is known color: Baby Blue. HEX triplet: 67, FF and F2. RGB value is (103,255,242). Sum of RGB (Red+Green+Blue) = 103+255+242=600 (79% of max value = 765). Red value is 103 (40.62% from 255 or 17.17% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #67FFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67FFF2 is #98000D. Grayscale: #CFCFCF. Windows color (decimal): -9961486 or 15925095. OLE color: 15925095.
HSL color Cylindrical-coordinate representation of color #67FFF2: hue angle of 174.87º 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 #67FFF2 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 255 | 242 | - |
| CMYK | 0.60 | 0 | 0.05 | 0 |
| HSL | 174.87º | 1% | 0.7% | - |
| HSV(B) | 174.87º | 0.6% | 1% | - |
| XYZ | 57.38 | 80.81 | 96.58 | - |
| YUV | 208.07 | 147.14 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 255 | 242 | 0.60 | 0 | 0.05 | 0 | 174.87 | 1 | 0.7 |
| Hex | 67 | FF | F2 | 3C | 0 | 5 | 0 | AF | 64 | 46 |
| Octal | 147 | 377 | 362 | 74 | 0 | 5 | 0 | 257 | 144 | 106 |
| Binary | 1100111 | 11111111 | 11110010 | 111100 | 0 | 101 | 0 | 10101111 | 1100100 | 1000110 |
Color Harmonies of #67FFF2
Complementary color
Monochromatic Colors of #67FFF2
Black with #67FFF2
Text Example
Text Example
White with #67FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FFF2; }
p { color: rgb(103,255,242); }
H1.HeaderClassName
{
color: #67FFF2;
}
.AnyTagClassName
{
color: #67FFF2;
}
</style>
background-color css
<style>
a { background-color: #67FFF2; }
a { background-color: rgb(103,255,242); }
div.DivClassName
{
background-color: #67FFF2;
}
.BgClassName
{
background-color: #67FFF2;
}
</style>
border-color css
<style>
span { border-color: #67FFF2; }
span { border-color: rgb(103,255,242); }
td.TdClassName
{
border-color: #67FFF2;
}
.TagClassName
{
border-color: #67FFF2;
}
</style>