Shades of Baby Blue #65FEFE
Tints of Baby Blue #65FEFE
RGB
CMYK
RGB Variations
Color information
#65FEFE (or 0x65FEFE) is known color: Baby Blue. HEX triplet: 65, FE and FE. RGB value is (101,254,254). Sum of RGB (Red+Green+Blue) = 101+254+254=609 (80% of max value = 765). Red value is 101 (39.84% from 255 or 16.58% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #65FEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FEFE is #9A0101. Grayscale: #D0D0D0. Windows color (decimal): -10092802 or 16711269. OLE color: 16711269.
HSL color Cylindrical-coordinate representation of color #65FEFE: hue angle of 180º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FEFE is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 254 | 254 | - |
| CMYK | 0.60 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.7% | - |
| HSV(B) | 180º | 0.6% | 1% | - |
| XYZ | 58.7 | 80.81 | 106.27 | - |
| YUV | 208.25 | 153.81 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 254 | 254 | 0.60 | 0 | 0 | 0.00 | 180 | 0.99 | 0.7 |
| Hex | 65 | FE | FE | 3C | 0 | 0 | 0 | B4 | 63 | 46 |
| Octal | 145 | 376 | 376 | 74 | 0 | 0 | 0 | 264 | 143 | 106 |
| Binary | 1100101 | 11111110 | 11111110 | 111100 | 0 | 0 | 0 | 10110100 | 1100011 | 1000110 |
Color Harmonies of #65FEFE
Complementary color
Monochromatic Colors of #65FEFE
Black with #65FEFE
Text Example
Text Example
White with #65FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FEFE; }
p { color: rgb(101,254,254); }
H1.HeaderClassName
{
color: #65FEFE;
}
.AnyTagClassName
{
color: #65FEFE;
}
</style>
background-color css
<style>
a { background-color: #65FEFE; }
a { background-color: rgb(101,254,254); }
div.DivClassName
{
background-color: #65FEFE;
}
.BgClassName
{
background-color: #65FEFE;
}
</style>
border-color css
<style>
span { border-color: #65FEFE; }
span { border-color: rgb(101,254,254); }
td.TdClassName
{
border-color: #65FEFE;
}
.TagClassName
{
border-color: #65FEFE;
}
</style>