Shades of Baby Blue #3EF3FF
Tints of Baby Blue #3EF3FF
RGB
CMYK
RGB Variations
Color information
#3EF3FF (or 0x3EF3FF) is known color: Baby Blue. HEX triplet: 3E, F3 and FF. RGB value is (62,243,255). Sum of RGB (Red+Green+Blue) = 62+243+255=560 (74% of max value = 765). Red value is 62 (24.61% from 255 or 11.07% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #3EF3FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EF3FF is #C10C00. Grayscale: #BEBEBE. Windows color (decimal): -12651521 or 16773950. OLE color: 16773950.
HSL color Cylindrical-coordinate representation of color #3EF3FF: hue angle of 183.73º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EF3FF is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 243 | 255 | - |
| CMYK | 0.76 | 0.05 | 0 | 0 |
| HSL | 183.73º | 1% | 0.62% | - |
| HSV(B) | 183.73º | 0.76% | 1% | - |
| XYZ | 52.09 | 72.35 | 105.83 | - |
| YUV | 190.25 | 164.53 | 36.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 243 | 255 | 0.76 | 0.05 | 0 | 0 | 183.73 | 1 | 0.62 |
| Hex | 3E | F3 | FF | 4C | 5 | 0 | 0 | B8 | 64 | 3E |
| Octal | 76 | 363 | 377 | 114 | 5 | 0 | 0 | 270 | 144 | 76 |
| Binary | 111110 | 11110011 | 11111111 | 1001100 | 101 | 0 | 0 | 10111000 | 1100100 | 111110 |
Color Harmonies of #3EF3FF
Complementary color
Monochromatic Colors of #3EF3FF
Black with #3EF3FF
Text Example
Text Example
White with #3EF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF3FF; }
p { color: rgb(62,243,255); }
H1.HeaderClassName
{
color: #3EF3FF;
}
.AnyTagClassName
{
color: #3EF3FF;
}
</style>
background-color css
<style>
a { background-color: #3EF3FF; }
a { background-color: rgb(62,243,255); }
div.DivClassName
{
background-color: #3EF3FF;
}
.BgClassName
{
background-color: #3EF3FF;
}
</style>
border-color css
<style>
span { border-color: #3EF3FF; }
span { border-color: rgb(62,243,255); }
td.TdClassName
{
border-color: #3EF3FF;
}
.TagClassName
{
border-color: #3EF3FF;
}
</style>