Shades of Baby Blue #67FFFA
Tints of Baby Blue #67FFFA
RGB
CMYK
RGB Variations
Color information
#67FFFA (or 0x67FFFA) is known color: Baby Blue. HEX triplet: 67, FF and FA. RGB value is (103,255,250). Sum of RGB (Red+Green+Blue) = 103+255+250=608 (80% of max value = 765). Red value is 103 (40.62% from 255 or 16.94% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #67FFFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67FFFA is #980005. Grayscale: #D0D0D0. Windows color (decimal): -9961478 or 16449383. OLE color: 16449383.
HSL color Cylindrical-coordinate representation of color #67FFFA: hue angle of 178.03º 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 #67FFFA is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 255 | 250 | - |
| CMYK | 0.60 | 0 | 0.02 | 0 |
| HSL | 178.03º | 1% | 0.7% | - |
| HSV(B) | 178.03º | 0.6% | 1% | - |
| XYZ | 58.61 | 81.31 | 103.05 | - |
| YUV | 208.98 | 151.14 | 52.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 255 | 250 | 0.60 | 0 | 0.02 | 0 | 178.03 | 1 | 0.7 |
| Hex | 67 | FF | FA | 3C | 0 | 2 | 0 | B2 | 64 | 46 |
| Octal | 147 | 377 | 372 | 74 | 0 | 2 | 0 | 262 | 144 | 106 |
| Binary | 1100111 | 11111111 | 11111010 | 111100 | 0 | 10 | 0 | 10110010 | 1100100 | 1000110 |
Color Harmonies of #67FFFA
Complementary color
Monochromatic Colors of #67FFFA
Black with #67FFFA
Text Example
Text Example
White with #67FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FFFA; }
p { color: rgb(103,255,250); }
H1.HeaderClassName
{
color: #67FFFA;
}
.AnyTagClassName
{
color: #67FFFA;
}
</style>
background-color css
<style>
a { background-color: #67FFFA; }
a { background-color: rgb(103,255,250); }
div.DivClassName
{
background-color: #67FFFA;
}
.BgClassName
{
background-color: #67FFFA;
}
</style>
border-color css
<style>
span { border-color: #67FFFA; }
span { border-color: rgb(103,255,250); }
td.TdClassName
{
border-color: #67FFFA;
}
.TagClassName
{
border-color: #67FFFA;
}
</style>