#30A6F3

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

Shades of Summer Sky #30A6F3

Tints of Summer Sky #30A6F3

Color information

#30A6F3 (or 0x30A6F3) is unknown color: approx Summer Sky. HEX triplet: 30, A6 and F3. RGB value is (48,166,243). Sum of RGB (Red+Green+Blue) = 48+166+243=457 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.50% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 243 (95.31% from 255 or 53.17% from 457); Max value from RGB is 243 - color contains mainly: blue. Hex color #30A6F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30A6F3 is #CF590C. Grayscale: #8B8B8B. Windows color (decimal): -13588749 or 15967792. OLE color: 15967792.

HSL color Cylindrical-coordinate representation of color #30A6F3: hue angle of 203.69º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30A6F3 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB48166243-
CMYK0.800.3200.05
HSL203.69º89.04%57.06%-
HSV(B)203.69º80.25%95.29%-
XYZ31.0334.3789.79-
YUV139.5186.4162.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.50%
GREEN value IS 166 (65.23% from 255) = 36.32%
BLUE value IS 243 (95.31% from 255) = 53.17%
R=10.50%
G=36.32%
B=53.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal481662430.800.3200.05203.6989.0457.06
Hex30A6F3502005cc5939
Octal60246363120400531413171
Binary110000101001101111001110100001000000101110011001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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