#30AAD3

Color #30AAD3 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #30AAD3

Tints of Summer Sky #30AAD3

Color information

#30AAD3 (or 0x30AAD3) is unknown color: approx Summer Sky. HEX triplet: 30, AA and D3. RGB value is (48,170,211). Sum of RGB (Red+Green+Blue) = 48+170+211=429 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.19% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 211 (82.81% from 255 or 49.18% from 429); Max value from RGB is 211 - color contains mainly: blue. Hex color #30AAD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AAD3 is #CF552C. Grayscale: #898989. Windows color (decimal): -13587757 or 13871664. OLE color: 13871664.

HSL color Cylindrical-coordinate representation of color #30AAD3: hue angle of 195.09º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30AAD3 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB48170211-
CMYK0.770.1900.17
HSL195.09º64.94%50.78%-
HSV(B)195.09º77.25%82.75%-
XYZ27.3534.0866.76-
YUV138.2169.0863.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 11.19%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 211 (82.81% from 255) = 49.18%
R=11.19%
G=39.63%
B=49.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal481702110.770.1900.17195.0964.9450.78
Hex30AAD34D13011c34133
Octal602523231152302130310163
Binary1100001010101011010011100110110011010001110000111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30AAD3; }

 p { color: rgb(48,170,211); }

 H1.HeaderClassName
 {
   color: #30AAD3;
 }
 .AnyTagClassName
 {
   color: #30AAD3;
 }
</style>
background-color css

<style>
 a { background-color: #30AAD3; }

 a { background-color: rgb(48,170,211); }

 div.DivClassName
 {
   background-color: #30AAD3;
 }
 .BgClassName
 {
   background-color: #30AAD3;
 }
</style>
border-color css

<style>
 span { border-color: #30AAD3; }

 span { border-color: rgb(48,170,211); }

 td.TdClassName
 {
   border-color: #30AAD3;
 }
 .TagClassName
 {
   border-color: #30AAD3;
 }
</style>