Shades of Summer Sky #30AFCA
Tints of Summer Sky #30AFCA
RGB
CMYK
RGB Variations
Color information
#30AFCA (or 0x30AFCA) is known color: Summer Sky. HEX triplet: 30, AF and CA. RGB value is (48,175,202). Sum of RGB (Red+Green+Blue) = 48+175+202=425 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.29% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #30AFCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AFCA is #CF5035. Grayscale: #8B8B8B. Windows color (decimal): -13586486 or 13283120. OLE color: 13283120.
HSL color Cylindrical-coordinate representation of color #30AFCA: hue angle of 190.52º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30AFCA is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 175 | 202 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.21 |
| HSL | 190.52º | 0.62% | 0.49% | - |
| HSV(B) | 190.52º | 0.76% | 0.79% | - |
| XYZ | 27.21 | 35.55 | 61.31 | - |
| YUV | 140.11 | 162.92 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 202 | 0.76 | 0.13 | 0 | 0.21 | 190.52 | 0.62 | 0.49 |
| Hex | 30 | AF | CA | 4C | D | 0 | 15 | BF | 3E | 31 |
| Octal | 60 | 257 | 312 | 114 | 15 | 0 | 25 | 277 | 76 | 61 |
| Binary | 110000 | 10101111 | 11001010 | 1001100 | 1101 | 0 | 10101 | 10111111 | 111110 | 110001 |
Color Harmonies of #30AFCA
Complementary color
Monochromatic Colors of #30AFCA
Black with #30AFCA
Text Example
Text Example
White with #30AFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AFCA; }
p { color: rgb(48,175,202); }
H1.HeaderClassName
{
color: #30AFCA;
}
.AnyTagClassName
{
color: #30AFCA;
}
</style>
background-color css
<style>
a { background-color: #30AFCA; }
a { background-color: rgb(48,175,202); }
div.DivClassName
{
background-color: #30AFCA;
}
.BgClassName
{
background-color: #30AFCA;
}
</style>
border-color css
<style>
span { border-color: #30AFCA; }
span { border-color: rgb(48,175,202); }
td.TdClassName
{
border-color: #30AFCA;
}
.TagClassName
{
border-color: #30AFCA;
}
</style>