#30A9E6

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

Shades of Summer Sky #30A9E6

Tints of Summer Sky #30A9E6

Color information

#30A9E6 (or 0x30A9E6) is unknown color: approx Summer Sky. HEX triplet: 30, A9 and E6. RGB value is (48,169,230). Sum of RGB (Red+Green+Blue) = 48+169+230=447 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.74% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 230 (90.23% from 255 or 51.45% from 447); Max value from RGB is 230 - color contains mainly: blue. Hex color #30A9E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30A9E6 is #CF5619. Grayscale: #8B8B8B. Windows color (decimal): -13587994 or 15116592. OLE color: 15116592.

HSL color Cylindrical-coordinate representation of color #30A9E6: hue angle of 200.11º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30A9E6 is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB48169230-
CMYK0.790.2700.10
HSL200.11º78.45%54.51%-
HSV(B)200.11º79.13%90.2%-
XYZ29.6934.7280-
YUV139.78178.9162.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.74%
GREEN value IS 169 (66.41% from 255) = 37.81%
BLUE value IS 230 (90.23% from 255) = 51.45%
R=10.74%
G=37.81%
B=51.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal481692300.790.2700.10200.1178.4554.51
Hex30A9E64F1B0Ac84e37
Octal602513461173301231011667
Binary110000101010011110011010011111101101010110010001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,169,230); }

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

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

 a { background-color: rgb(48,169,230); }

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

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

 span { border-color: rgb(48,169,230); }

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