Shades of Summer Sky #3FB9FF
Tints of Summer Sky #3FB9FF
RGB
CMYK
RGB Variations
Color information
#3FB9FF (or 0x3FB9FF) is known color: Summer Sky. HEX triplet: 3F, B9 and FF. RGB value is (63,185,255). Sum of RGB (Red+Green+Blue) = 63+185+255=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FB9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FB9FF is #C04600. Grayscale: #9C9C9C. Windows color (decimal): -12600833 or 16759103. OLE color: 16759103.
HSL color Cylindrical-coordinate representation of color #3FB9FF: hue angle of 201.88º 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 #3FB9FF is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 185 | 255 | - |
| CMYK | 0.75 | 0.27 | 0 | 0 |
| HSL | 201.88º | 1% | 0.62% | - |
| HSV(B) | 201.88º | 0.75% | 1% | - |
| XYZ | 37.45 | 42.97 | 100.93 | - |
| YUV | 156.5 | 183.58 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 255 | 0.75 | 0.27 | 0 | 0 | 201.88 | 1 | 0.62 |
| Hex | 3F | B9 | FF | 4B | 1B | 0 | 0 | CA | 64 | 3E |
| Octal | 77 | 271 | 377 | 113 | 33 | 0 | 0 | 312 | 144 | 76 |
| Binary | 111111 | 10111001 | 11111111 | 1001011 | 11011 | 0 | 0 | 11001010 | 1100100 | 111110 |
Color Harmonies of #3FB9FF
Complementary color
Monochromatic Colors of #3FB9FF
Black with #3FB9FF
Text Example
Text Example
White with #3FB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB9FF; }
p { color: rgb(63,185,255); }
H1.HeaderClassName
{
color: #3FB9FF;
}
.AnyTagClassName
{
color: #3FB9FF;
}
</style>
background-color css
<style>
a { background-color: #3FB9FF; }
a { background-color: rgb(63,185,255); }
div.DivClassName
{
background-color: #3FB9FF;
}
.BgClassName
{
background-color: #3FB9FF;
}
</style>
border-color css
<style>
span { border-color: #3FB9FF; }
span { border-color: rgb(63,185,255); }
td.TdClassName
{
border-color: #3FB9FF;
}
.TagClassName
{
border-color: #3FB9FF;
}
</style>