Shades of Baby Blue #65FBF5
Tints of Baby Blue #65FBF5
RGB
CMYK
RGB Variations
Color information
#65FBF5 (or 0x65FBF5) is known color: Baby Blue. HEX triplet: 65, FB and F5. RGB value is (101,251,245). Sum of RGB (Red+Green+Blue) = 101+251+245=597 (79% of max value = 765). Red value is 101 (39.84% from 255 or 16.92% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 245 (96.09% from 255 or 41.04% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #65FBF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FBF5 is #9A040A. Grayscale: #CDCDCD. Windows color (decimal): -10093579 or 16120677. OLE color: 16120677.
HSL color Cylindrical-coordinate representation of color #65FBF5: hue angle of 177.6º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FBF5 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 251 | 245 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.02 |
| HSL | 177.6º | 0.95% | 0.69% | - |
| HSV(B) | 177.6º | 0.6% | 0.98% | - |
| XYZ | 56.35 | 78.35 | 98.54 | - |
| YUV | 205.47 | 150.31 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 251 | 245 | 0.60 | 0 | 0.02 | 0.02 | 177.6 | 0.95 | 0.69 |
| Hex | 65 | FB | F5 | 3C | 0 | 2 | 2 | B2 | 5F | 45 |
| Octal | 145 | 373 | 365 | 74 | 0 | 2 | 2 | 262 | 137 | 105 |
| Binary | 1100101 | 11111011 | 11110101 | 111100 | 0 | 10 | 10 | 10110010 | 1011111 | 1000101 |
Color Harmonies of #65FBF5
Complementary color
Monochromatic Colors of #65FBF5
Black with #65FBF5
Text Example
Text Example
White with #65FBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FBF5; }
p { color: rgb(101,251,245); }
H1.HeaderClassName
{
color: #65FBF5;
}
.AnyTagClassName
{
color: #65FBF5;
}
</style>
background-color css
<style>
a { background-color: #65FBF5; }
a { background-color: rgb(101,251,245); }
div.DivClassName
{
background-color: #65FBF5;
}
.BgClassName
{
background-color: #65FBF5;
}
</style>
border-color css
<style>
span { border-color: #65FBF5; }
span { border-color: rgb(101,251,245); }
td.TdClassName
{
border-color: #65FBF5;
}
.TagClassName
{
border-color: #65FBF5;
}
</style>