Shades of Baby Blue #67FEFE
Tints of Baby Blue #67FEFE
RGB
CMYK
RGB Variations
Color information
#67FEFE (or 0x67FEFE) is known color: Baby Blue. HEX triplet: 67, FE and FE. RGB value is (103,254,254). Sum of RGB (Red+Green+Blue) = 103+254+254=611 (80% of max value = 765). Red value is 103 (40.62% from 255 or 16.86% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #67FEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67FEFE is #980101. Grayscale: #D0D0D0. Windows color (decimal): -9961730 or 16711271. OLE color: 16711271.
HSL color Cylindrical-coordinate representation of color #67FEFE: hue angle of 180º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67FEFE is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 254 | 254 | - |
| CMYK | 0.59 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.7% | - |
| HSV(B) | 180º | 0.59% | 1% | - |
| XYZ | 58.92 | 80.92 | 106.28 | - |
| YUV | 208.85 | 153.47 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 254 | 254 | 0.59 | 0 | 0 | 0.00 | 180 | 0.99 | 0.7 |
| Hex | 67 | FE | FE | 3B | 0 | 0 | 0 | B4 | 63 | 46 |
| Octal | 147 | 376 | 376 | 73 | 0 | 0 | 0 | 264 | 143 | 106 |
| Binary | 1100111 | 11111110 | 11111110 | 111011 | 0 | 0 | 0 | 10110100 | 1100011 | 1000110 |
Color Harmonies of #67FEFE
Complementary color
Monochromatic Colors of #67FEFE
Black with #67FEFE
Text Example
Text Example
White with #67FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FEFE; }
p { color: rgb(103,254,254); }
H1.HeaderClassName
{
color: #67FEFE;
}
.AnyTagClassName
{
color: #67FEFE;
}
</style>
background-color css
<style>
a { background-color: #67FEFE; }
a { background-color: rgb(103,254,254); }
div.DivClassName
{
background-color: #67FEFE;
}
.BgClassName
{
background-color: #67FEFE;
}
</style>
border-color css
<style>
span { border-color: #67FEFE; }
span { border-color: rgb(103,254,254); }
td.TdClassName
{
border-color: #67FEFE;
}
.TagClassName
{
border-color: #67FEFE;
}
</style>