Shades of Baby Blue #67F2FB
Tints of Baby Blue #67F2FB
RGB
CMYK
RGB Variations
Color information
#67F2FB (or 0x67F2FB) is known color: Baby Blue. HEX triplet: 67, F2 and FB. RGB value is (103,242,251). Sum of RGB (Red+Green+Blue) = 103+242+251=596 (78% of max value = 765). Red value is 103 (40.62% from 255 or 17.28% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #67F2FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67F2FB is #980D04. Grayscale: #C9C9C9. Windows color (decimal): -9964805 or 16511591. OLE color: 16511591.
HSL color Cylindrical-coordinate representation of color #67F2FB: hue angle of 183.65º degrees, saturation: 0.95, 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 #67F2FB is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 242 | 251 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.02 |
| HSL | 183.65º | 0.95% | 0.69% | - |
| HSV(B) | 183.65º | 0.59% | 0.98% | - |
| XYZ | 54.76 | 73.35 | 102.54 | - |
| YUV | 201.47 | 155.95 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 242 | 251 | 0.59 | 0.04 | 0 | 0.02 | 183.65 | 0.95 | 0.69 |
| Hex | 67 | F2 | FB | 3B | 4 | 0 | 2 | B8 | 5F | 45 |
| Octal | 147 | 362 | 373 | 73 | 4 | 0 | 2 | 270 | 137 | 105 |
| Binary | 1100111 | 11110010 | 11111011 | 111011 | 100 | 0 | 10 | 10111000 | 1011111 | 1000101 |
Color Harmonies of #67F2FB
Complementary color
Monochromatic Colors of #67F2FB
Black with #67F2FB
Text Example
Text Example
White with #67F2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F2FB; }
p { color: rgb(103,242,251); }
H1.HeaderClassName
{
color: #67F2FB;
}
.AnyTagClassName
{
color: #67F2FB;
}
</style>
background-color css
<style>
a { background-color: #67F2FB; }
a { background-color: rgb(103,242,251); }
div.DivClassName
{
background-color: #67F2FB;
}
.BgClassName
{
background-color: #67F2FB;
}
</style>
border-color css
<style>
span { border-color: #67F2FB; }
span { border-color: rgb(103,242,251); }
td.TdClassName
{
border-color: #67F2FB;
}
.TagClassName
{
border-color: #67F2FB;
}
</style>