Shades of Baby Blue #67FBFF
Tints of Baby Blue #67FBFF
RGB
CMYK
RGB Variations
Color information
#67FBFF (or 0x67FBFF) is known color: Baby Blue. HEX triplet: 67, FB and FF. RGB value is (103,251,255). Sum of RGB (Red+Green+Blue) = 103+251+255=609 (80% of max value = 765). Red value is 103 (40.62% from 255 or 16.91% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #67FBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67FBFF is #980400. Grayscale: #CFCFCF. Windows color (decimal): -9962497 or 16776039. OLE color: 16776039.
HSL color Cylindrical-coordinate representation of color #67FBFF: hue angle of 181.58º 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 #67FBFF is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 251 | 255 | - |
| CMYK | 0.60 | 0.02 | 0 | 0 |
| HSL | 181.58º | 1% | 0.7% | - |
| HSV(B) | 181.58º | 0.6% | 1% | - |
| XYZ | 58.14 | 79.1 | 106.81 | - |
| YUV | 207.2 | 154.97 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 251 | 255 | 0.60 | 0.02 | 0 | 0 | 181.58 | 1 | 0.7 |
| Hex | 67 | FB | FF | 3C | 2 | 0 | 0 | B6 | 64 | 46 |
| Octal | 147 | 373 | 377 | 74 | 2 | 0 | 0 | 266 | 144 | 106 |
| Binary | 1100111 | 11111011 | 11111111 | 111100 | 10 | 0 | 0 | 10110110 | 1100100 | 1000110 |
Color Harmonies of #67FBFF
Complementary color
Monochromatic Colors of #67FBFF
Black with #67FBFF
Text Example
Text Example
White with #67FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FBFF; }
p { color: rgb(103,251,255); }
H1.HeaderClassName
{
color: #67FBFF;
}
.AnyTagClassName
{
color: #67FBFF;
}
</style>
background-color css
<style>
a { background-color: #67FBFF; }
a { background-color: rgb(103,251,255); }
div.DivClassName
{
background-color: #67FBFF;
}
.BgClassName
{
background-color: #67FBFF;
}
</style>
border-color css
<style>
span { border-color: #67FBFF; }
span { border-color: rgb(103,251,255); }
td.TdClassName
{
border-color: #67FBFF;
}
.TagClassName
{
border-color: #67FBFF;
}
</style>