#30A6E6

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

Shades of Summer Sky #30A6E6

Tints of Summer Sky #30A6E6

Color information

#30A6E6 (or 0x30A6E6) is unknown color: approx Summer Sky. HEX triplet: 30, A6 and E6. RGB value is (48,166,230). Sum of RGB (Red+Green+Blue) = 48+166+230=444 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.81% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 230 (90.23% from 255 or 51.80% from 444); Max value from RGB is 230 - color contains mainly: blue. Hex color #30A6E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30A6E6 is #CF5919. Grayscale: #898989. Windows color (decimal): -13588762 or 15115824. OLE color: 15115824.

HSL color Cylindrical-coordinate representation of color #30A6E6: hue angle of 201.1º 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 #30A6E6 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB48166230-
CMYK0.790.2800.10
HSL201.1º78.45%54.51%-
HSV(B)201.1º79.13%90.2%-
XYZ29.1433.6179.82-
YUV138.01179.9163.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.81%
GREEN value IS 166 (65.23% from 255) = 37.39%
BLUE value IS 230 (90.23% from 255) = 51.80%
R=10.81%
G=37.39%
B=51.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal481662300.790.2800.10201.178.4554.51
Hex30A6E64F1C0Ac94e37
Octal602463461173401231111667
Binary110000101001101110011010011111110001010110010011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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