#30A7F3

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

Shades of Summer Sky #30A7F3

Tints of Summer Sky #30A7F3

Color information

#30A7F3 (or 0x30A7F3) is unknown color: approx Summer Sky. HEX triplet: 30, A7 and F3. RGB value is (48,167,243). Sum of RGB (Red+Green+Blue) = 48+167+243=458 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.48% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 243 (95.31% from 255 or 53.06% from 458); Max value from RGB is 243 - color contains mainly: blue. Hex color #30A7F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30A7F3 is #CF580C. Grayscale: #8B8B8B. Windows color (decimal): -13588493 or 15968048. OLE color: 15968048.

HSL color Cylindrical-coordinate representation of color #30A7F3: hue angle of 203.38º 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 #30A7F3 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB48167243-
CMYK0.800.3100.05
HSL203.38º89.04%57.06%-
HSV(B)203.38º80.25%95.29%-
XYZ31.2234.7489.85-
YUV140.08186.0862.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.48%
GREEN value IS 167 (65.62% from 255) = 36.46%
BLUE value IS 243 (95.31% from 255) = 53.06%
R=10.48%
G=36.46%
B=53.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal481672430.800.3100.05203.3889.0457.06
Hex30A7F3501F05cb5939
Octal60247363120370531313171
Binary11000010100111111100111010000111110101110010111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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