Shades of Baby Blue #65F3FE
Tints of Baby Blue #65F3FE
RGB
CMYK
RGB Variations
Color information
#65F3FE (or 0x65F3FE) is known color: Baby Blue. HEX triplet: 65, F3 and FE. RGB value is (101,243,254). Sum of RGB (Red+Green+Blue) = 101+243+254=598 (79% of max value = 765). Red value is 101 (39.84% from 255 or 16.89% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #65F3FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F3FE is #9A0C01. Grayscale: #C9C9C9. Windows color (decimal): -10095618 or 16708453. OLE color: 16708453.
HSL color Cylindrical-coordinate representation of color #65F3FE: hue angle of 184.31º 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 #65F3FE is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 243 | 254 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.00 |
| HSL | 184.31º | 0.99% | 0.7% | - |
| HSV(B) | 184.31º | 0.6% | 1% | - |
| XYZ | 55.31 | 74.02 | 105.14 | - |
| YUV | 201.8 | 157.46 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 243 | 254 | 0.60 | 0.04 | 0 | 0.00 | 184.31 | 0.99 | 0.7 |
| Hex | 65 | F3 | FE | 3C | 4 | 0 | 0 | B8 | 63 | 46 |
| Octal | 145 | 363 | 376 | 74 | 4 | 0 | 0 | 270 | 143 | 106 |
| Binary | 1100101 | 11110011 | 11111110 | 111100 | 100 | 0 | 0 | 10111000 | 1100011 | 1000110 |
Color Harmonies of #65F3FE
Complementary color
Monochromatic Colors of #65F3FE
Black with #65F3FE
Text Example
Text Example
White with #65F3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F3FE; }
p { color: rgb(101,243,254); }
H1.HeaderClassName
{
color: #65F3FE;
}
.AnyTagClassName
{
color: #65F3FE;
}
</style>
background-color css
<style>
a { background-color: #65F3FE; }
a { background-color: rgb(101,243,254); }
div.DivClassName
{
background-color: #65F3FE;
}
.BgClassName
{
background-color: #65F3FE;
}
</style>
border-color css
<style>
span { border-color: #65F3FE; }
span { border-color: rgb(101,243,254); }
td.TdClassName
{
border-color: #65F3FE;
}
.TagClassName
{
border-color: #65F3FE;
}
</style>