Shades of Baby Blue #67FDFE
Tints of Baby Blue #67FDFE
RGB
CMYK
RGB Variations
Color information
#67FDFE (or 0x67FDFE) is known color: Baby Blue. HEX triplet: 67, FD and FE. RGB value is (103,253,254). Sum of RGB (Red+Green+Blue) = 103+253+254=610 (80% of max value = 765). Red value is 103 (40.62% from 255 or 16.89% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #67FDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67FDFE is #980201. Grayscale: #D0D0D0. Windows color (decimal): -9961986 or 16711015. OLE color: 16711015.
HSL color Cylindrical-coordinate representation of color #67FDFE: hue angle of 180.4º 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 #67FDFE is Cyan = 0.59, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 253 | 254 | - |
| CMYK | 0.59 | 0.00 | 0 | 0.00 |
| HSL | 180.4º | 0.99% | 0.7% | - |
| HSV(B) | 180.4º | 0.59% | 1% | - |
| XYZ | 58.61 | 80.29 | 106.17 | - |
| YUV | 208.26 | 153.81 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 253 | 254 | 0.59 | 0.00 | 0 | 0.00 | 180.4 | 0.99 | 0.7 |
| Hex | 67 | FD | FE | 3B | 0 | 0 | 0 | B4 | 63 | 46 |
| Octal | 147 | 375 | 376 | 73 | 0 | 0 | 0 | 264 | 143 | 106 |
| Binary | 1100111 | 11111101 | 11111110 | 111011 | 0 | 0 | 0 | 10110100 | 1100011 | 1000110 |
Color Harmonies of #67FDFE
Complementary color
Monochromatic Colors of #67FDFE
Black with #67FDFE
Text Example
Text Example
White with #67FDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FDFE; }
p { color: rgb(103,253,254); }
H1.HeaderClassName
{
color: #67FDFE;
}
.AnyTagClassName
{
color: #67FDFE;
}
</style>
background-color css
<style>
a { background-color: #67FDFE; }
a { background-color: rgb(103,253,254); }
div.DivClassName
{
background-color: #67FDFE;
}
.BgClassName
{
background-color: #67FDFE;
}
</style>
border-color css
<style>
span { border-color: #67FDFE; }
span { border-color: rgb(103,253,254); }
td.TdClassName
{
border-color: #67FDFE;
}
.TagClassName
{
border-color: #67FDFE;
}
</style>