Shades of Summer Sky #3ABBF2
Tints of Summer Sky #3ABBF2
RGB
CMYK
RGB Variations
Color information
#3ABBF2 (or 0x3ABBF2) is known color: Summer Sky. HEX triplet: 3A, BB and F2. RGB value is (58,187,242). Sum of RGB (Red+Green+Blue) = 58+187+242=487 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.91% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #3ABBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABBF2 is #C5440D. Grayscale: #9A9A9A. Windows color (decimal): -12928014 or 15907642. OLE color: 15907642.
HSL color Cylindrical-coordinate representation of color #3ABBF2: hue angle of 197.93º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ABBF2 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 187 | 242 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.05 |
| HSL | 197.93º | 0.88% | 0.59% | - |
| HSV(B) | 197.93º | 0.76% | 0.95% | - |
| XYZ | 35.54 | 42.85 | 90.4 | - |
| YUV | 154.7 | 177.26 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 242 | 0.76 | 0.23 | 0 | 0.05 | 197.93 | 0.88 | 0.59 |
| Hex | 3A | BB | F2 | 4C | 17 | 0 | 5 | C6 | 58 | 3B |
| Octal | 72 | 273 | 362 | 114 | 27 | 0 | 5 | 306 | 130 | 73 |
| Binary | 111010 | 10111011 | 11110010 | 1001100 | 10111 | 0 | 101 | 11000110 | 1011000 | 111011 |
Color Harmonies of #3ABBF2
Complementary color
Monochromatic Colors of #3ABBF2
Black with #3ABBF2
Text Example
Text Example
White with #3ABBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABBF2; }
p { color: rgb(58,187,242); }
H1.HeaderClassName
{
color: #3ABBF2;
}
.AnyTagClassName
{
color: #3ABBF2;
}
</style>
background-color css
<style>
a { background-color: #3ABBF2; }
a { background-color: rgb(58,187,242); }
div.DivClassName
{
background-color: #3ABBF2;
}
.BgClassName
{
background-color: #3ABBF2;
}
</style>
border-color css
<style>
span { border-color: #3ABBF2; }
span { border-color: rgb(58,187,242); }
td.TdClassName
{
border-color: #3ABBF2;
}
.TagClassName
{
border-color: #3ABBF2;
}
</style>