Shades of Baby Blue #65FDF2
Tints of Baby Blue #65FDF2
RGB
CMYK
RGB Variations
Color information
#65FDF2 (or 0x65FDF2) is known color: Baby Blue. HEX triplet: 65, FD and F2. RGB value is (101,253,242). Sum of RGB (Red+Green+Blue) = 101+253+242=596 (78% of max value = 765). Red value is 101 (39.84% from 255 or 16.95% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #65FDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FDF2 is #9A020D. Grayscale: #CECECE. Windows color (decimal): -10093070 or 15924581. OLE color: 15924581.
HSL color Cylindrical-coordinate representation of color #65FDF2: hue angle of 175.66º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FDF2 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 253 | 242 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.01 |
| HSL | 175.66º | 0.97% | 0.69% | - |
| HSV(B) | 175.66º | 0.6% | 0.99% | - |
| XYZ | 56.52 | 79.43 | 96.36 | - |
| YUV | 206.3 | 148.14 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 253 | 242 | 0.60 | 0 | 0.04 | 0.01 | 175.66 | 0.97 | 0.69 |
| Hex | 65 | FD | F2 | 3C | 0 | 4 | 1 | B0 | 61 | 45 |
| Octal | 145 | 375 | 362 | 74 | 0 | 4 | 1 | 260 | 141 | 105 |
| Binary | 1100101 | 11111101 | 11110010 | 111100 | 0 | 100 | 1 | 10110000 | 1100001 | 1000101 |
Color Harmonies of #65FDF2
Complementary color
Monochromatic Colors of #65FDF2
Black with #65FDF2
Text Example
Text Example
White with #65FDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FDF2; }
p { color: rgb(101,253,242); }
H1.HeaderClassName
{
color: #65FDF2;
}
.AnyTagClassName
{
color: #65FDF2;
}
</style>
background-color css
<style>
a { background-color: #65FDF2; }
a { background-color: rgb(101,253,242); }
div.DivClassName
{
background-color: #65FDF2;
}
.BgClassName
{
background-color: #65FDF2;
}
</style>
border-color css
<style>
span { border-color: #65FDF2; }
span { border-color: rgb(101,253,242); }
td.TdClassName
{
border-color: #65FDF2;
}
.TagClassName
{
border-color: #65FDF2;
}
</style>