Shades of Baby Blue #3FF3FF
Tints of Baby Blue #3FF3FF
RGB
CMYK
RGB Variations
Color information
#3FF3FF (or 0x3FF3FF) is known color: Baby Blue. HEX triplet: 3F, F3 and FF. RGB value is (63,243,255). Sum of RGB (Red+Green+Blue) = 63+243+255=561 (74% of max value = 765). Red value is 63 (25% from 255 or 11.23% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FF3FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF3FF is #C00C00. Grayscale: #BEBEBE. Windows color (decimal): -12585985 or 16773951. OLE color: 16773951.
HSL color Cylindrical-coordinate representation of color #3FF3FF: hue angle of 183.75º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF3FF is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 243 | 255 | - |
| CMYK | 0.75 | 0.05 | 0 | 0 |
| HSL | 183.75º | 1% | 0.62% | - |
| HSV(B) | 183.75º | 0.75% | 1% | - |
| XYZ | 52.15 | 72.38 | 105.83 | - |
| YUV | 190.55 | 164.37 | 37.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 243 | 255 | 0.75 | 0.05 | 0 | 0 | 183.75 | 1 | 0.62 |
| Hex | 3F | F3 | FF | 4B | 5 | 0 | 0 | B8 | 64 | 3E |
| Octal | 77 | 363 | 377 | 113 | 5 | 0 | 0 | 270 | 144 | 76 |
| Binary | 111111 | 11110011 | 11111111 | 1001011 | 101 | 0 | 0 | 10111000 | 1100100 | 111110 |
Color Harmonies of #3FF3FF
Complementary color
Monochromatic Colors of #3FF3FF
Black with #3FF3FF
Text Example
Text Example
White with #3FF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF3FF; }
p { color: rgb(63,243,255); }
H1.HeaderClassName
{
color: #3FF3FF;
}
.AnyTagClassName
{
color: #3FF3FF;
}
</style>
background-color css
<style>
a { background-color: #3FF3FF; }
a { background-color: rgb(63,243,255); }
div.DivClassName
{
background-color: #3FF3FF;
}
.BgClassName
{
background-color: #3FF3FF;
}
</style>
border-color css
<style>
span { border-color: #3FF3FF; }
span { border-color: rgb(63,243,255); }
td.TdClassName
{
border-color: #3FF3FF;
}
.TagClassName
{
border-color: #3FF3FF;
}
</style>