Shades of Baby Blue #41EFFD
Tints of Baby Blue #41EFFD
RGB
CMYK
RGB Variations
Color information
#41EFFD (or 0x41EFFD) is known color: Baby Blue. HEX triplet: 41, EF and FD. RGB value is (65,239,253). Sum of RGB (Red+Green+Blue) = 65+239+253=557 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.67% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #41EFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EFFD is #BE1002. Grayscale: #BCBCBC. Windows color (decimal): -12455939 or 16641857. OLE color: 16641857.
HSL color Cylindrical-coordinate representation of color #41EFFD: hue angle of 184.47º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41EFFD is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 239 | 253 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.01 |
| HSL | 184.47º | 0.98% | 0.62% | - |
| HSV(B) | 184.47º | 0.74% | 0.99% | - |
| XYZ | 50.78 | 69.95 | 103.75 | - |
| YUV | 188.57 | 164.35 | 39.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 239 | 253 | 0.74 | 0.06 | 0 | 0.01 | 184.47 | 0.98 | 0.62 |
| Hex | 41 | EF | FD | 4A | 6 | 0 | 1 | B8 | 62 | 3E |
| Octal | 101 | 357 | 375 | 112 | 6 | 0 | 1 | 270 | 142 | 76 |
| Binary | 1000001 | 11101111 | 11111101 | 1001010 | 110 | 0 | 1 | 10111000 | 1100010 | 111110 |
Color Harmonies of #41EFFD
Complementary color
Monochromatic Colors of #41EFFD
Black with #41EFFD
Text Example
Text Example
White with #41EFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EFFD; }
p { color: rgb(65,239,253); }
H1.HeaderClassName
{
color: #41EFFD;
}
.AnyTagClassName
{
color: #41EFFD;
}
</style>
background-color css
<style>
a { background-color: #41EFFD; }
a { background-color: rgb(65,239,253); }
div.DivClassName
{
background-color: #41EFFD;
}
.BgClassName
{
background-color: #41EFFD;
}
</style>
border-color css
<style>
span { border-color: #41EFFD; }
span { border-color: rgb(65,239,253); }
td.TdClassName
{
border-color: #41EFFD;
}
.TagClassName
{
border-color: #41EFFD;
}
</style>