Shades of Baby Blue #65F9F2
Tints of Baby Blue #65F9F2
RGB
CMYK
RGB Variations
Color information
#65F9F2 (or 0x65F9F2) is known color: Baby Blue. HEX triplet: 65, F9 and F2. RGB value is (101,249,242). Sum of RGB (Red+Green+Blue) = 101+249+242=592 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.06% from 592); Green value is 249 (97.66% from 255 or 42.06% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 249 - color contains mainly: green. Hex color #65F9F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F9F2 is #9A060D. Grayscale: #CBCBCB. Windows color (decimal): -10094094 or 15923557. OLE color: 15923557.
HSL color Cylindrical-coordinate representation of color #65F9F2: hue angle of 177.16º degrees, saturation: 0.93, 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 #65F9F2 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 249 | 242 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.02 |
| HSL | 177.16º | 0.93% | 0.69% | - |
| HSV(B) | 177.16º | 0.59% | 0.98% | - |
| XYZ | 55.27 | 76.93 | 95.94 | - |
| YUV | 203.95 | 149.47 | 54.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 249 | 242 | 0.59 | 0 | 0.03 | 0.02 | 177.16 | 0.93 | 0.69 |
| Hex | 65 | F9 | F2 | 3B | 0 | 3 | 2 | B1 | 5C | 45 |
| Octal | 145 | 371 | 362 | 73 | 0 | 3 | 2 | 261 | 134 | 105 |
| Binary | 1100101 | 11111001 | 11110010 | 111011 | 0 | 11 | 10 | 10110001 | 1011100 | 1000101 |
Color Harmonies of #65F9F2
Complementary color
Monochromatic Colors of #65F9F2
Black with #65F9F2
Text Example
Text Example
White with #65F9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F9F2; }
p { color: rgb(101,249,242); }
H1.HeaderClassName
{
color: #65F9F2;
}
.AnyTagClassName
{
color: #65F9F2;
}
</style>
background-color css
<style>
a { background-color: #65F9F2; }
a { background-color: rgb(101,249,242); }
div.DivClassName
{
background-color: #65F9F2;
}
.BgClassName
{
background-color: #65F9F2;
}
</style>
border-color css
<style>
span { border-color: #65F9F2; }
span { border-color: rgb(101,249,242); }
td.TdClassName
{
border-color: #65F9F2;
}
.TagClassName
{
border-color: #65F9F2;
}
</style>