#30AACE

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

Shades of Summer Sky #30AACE

Tints of Summer Sky #30AACE

Color information

#30AACE (or 0x30AACE) is unknown color: approx Summer Sky. HEX triplet: 30, AA and CE. RGB value is (48,170,206). Sum of RGB (Red+Green+Blue) = 48+170+206=424 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.32% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #30AACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AACE is #CF5531. Grayscale: #898989. Windows color (decimal): -13587762 or 13543984. OLE color: 13543984.

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

Color convert

RGB48170206-
CMYK0.770.1700.19
HSL193.67º62.2%49.8%-
HSV(B)193.67º76.7%80.78%-
XYZ26.7333.8363.51-
YUV137.63166.5864.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.32%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 206 (80.86% from 255) = 48.58%
R=11.32%
G=40.09%
B=48.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal481702060.770.1700.19193.6762.249.8
Hex30AACE4D11013c23e32
Octal60252316115210233027662
Binary110000101010101100111010011011000101001111000010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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