Shades of Baby Blue #67FAFA
Tints of Baby Blue #67FAFA
RGB
CMYK
RGB Variations
Color information
#67FAFA (or 0x67FAFA) is known color: Baby Blue. HEX triplet: 67, FA and FA. RGB value is (103,250,250). Sum of RGB (Red+Green+Blue) = 103+250+250=603 (79% of max value = 765). Red value is 103 (40.62% from 255 or 17.08% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #67FAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67FAFA is #980505. Grayscale: #CDCDCD. Windows color (decimal): -9962758 or 16448103. OLE color: 16448103.
HSL color Cylindrical-coordinate representation of color #67FAFA: hue angle of 180º 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 #67FAFA is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 250 | 250 | - |
| CMYK | 0.59 | 0 | 0 | 0.02 |
| HSL | 180º | 0.94% | 0.69% | - |
| HSV(B) | 180º | 0.59% | 0.98% | - |
| XYZ | 57.03 | 78.16 | 102.52 | - |
| YUV | 206.05 | 152.8 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 250 | 250 | 0.59 | 0 | 0 | 0.02 | 180 | 0.94 | 0.69 |
| Hex | 67 | FA | FA | 3B | 0 | 0 | 2 | B4 | 5E | 45 |
| Octal | 147 | 372 | 372 | 73 | 0 | 0 | 2 | 264 | 136 | 105 |
| Binary | 1100111 | 11111010 | 11111010 | 111011 | 0 | 0 | 10 | 10110100 | 1011110 | 1000101 |
Color Harmonies of #67FAFA
Complementary color
Monochromatic Colors of #67FAFA
Black with #67FAFA
Text Example
Text Example
White with #67FAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FAFA; }
p { color: rgb(103,250,250); }
H1.HeaderClassName
{
color: #67FAFA;
}
.AnyTagClassName
{
color: #67FAFA;
}
</style>
background-color css
<style>
a { background-color: #67FAFA; }
a { background-color: rgb(103,250,250); }
div.DivClassName
{
background-color: #67FAFA;
}
.BgClassName
{
background-color: #67FAFA;
}
</style>
border-color css
<style>
span { border-color: #67FAFA; }
span { border-color: rgb(103,250,250); }
td.TdClassName
{
border-color: #67FAFA;
}
.TagClassName
{
border-color: #67FAFA;
}
</style>