Shades of Baby Blue #65F2ED
Tints of Baby Blue #65F2ED
RGB
CMYK
RGB Variations
Color information
#65F2ED (or 0x65F2ED) is known color: Baby Blue. HEX triplet: 65, F2 and ED. RGB value is (101,242,237). Sum of RGB (Red+Green+Blue) = 101+242+237=580 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.41% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #65F2ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F2ED is #9A0D12. Grayscale: #C7C7C7. Windows color (decimal): -10095891 or 15594085. OLE color: 15594085.
HSL color Cylindrical-coordinate representation of color #65F2ED: hue angle of 177.87º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F2ED is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 237 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.05 |
| HSL | 177.87º | 0.84% | 0.67% | - |
| HSV(B) | 177.87º | 0.58% | 0.95% | - |
| XYZ | 52.41 | 72.39 | 91.33 | - |
| YUV | 199.27 | 149.29 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 237 | 0.58 | 0 | 0.02 | 0.05 | 177.87 | 0.84 | 0.67 |
| Hex | 65 | F2 | ED | 3A | 0 | 2 | 5 | B2 | 54 | 43 |
| Octal | 145 | 362 | 355 | 72 | 0 | 2 | 5 | 262 | 124 | 103 |
| Binary | 1100101 | 11110010 | 11101101 | 111010 | 0 | 10 | 101 | 10110010 | 1010100 | 1000011 |
Color Harmonies of #65F2ED
Complementary color
Monochromatic Colors of #65F2ED
Black with #65F2ED
Text Example
Text Example
White with #65F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F2ED; }
p { color: rgb(101,242,237); }
H1.HeaderClassName
{
color: #65F2ED;
}
.AnyTagClassName
{
color: #65F2ED;
}
</style>
background-color css
<style>
a { background-color: #65F2ED; }
a { background-color: rgb(101,242,237); }
div.DivClassName
{
background-color: #65F2ED;
}
.BgClassName
{
background-color: #65F2ED;
}
</style>
border-color css
<style>
span { border-color: #65F2ED; }
span { border-color: rgb(101,242,237); }
td.TdClassName
{
border-color: #65F2ED;
}
.TagClassName
{
border-color: #65F2ED;
}
</style>