#30A8F1

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

Shades of Summer Sky #30A8F1

Tints of Summer Sky #30A8F1

Color information

#30A8F1 (or 0x30A8F1) is unknown color: approx Summer Sky. HEX triplet: 30, A8 and F1. RGB value is (48,168,241). Sum of RGB (Red+Green+Blue) = 48+168+241=457 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.50% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #30A8F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30A8F1 is #CF570E. Grayscale: #8C8C8C. Windows color (decimal): -13588239 or 15837232. OLE color: 15837232.

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

Color convert

RGB48168241-
CMYK0.800.3000.05
HSL202.69º87.33%56.67%-
HSV(B)202.69º80.08%94.51%-
XYZ31.134.9888.33-
YUV140.44184.7462.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.50%
GREEN value IS 168 (66.02% from 255) = 36.76%
BLUE value IS 241 (94.53% from 255) = 52.74%
R=10.50%
G=36.76%
B=52.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal481682410.800.3000.05202.6987.3356.67
Hex30A8F1501E05cb5739
Octal60250361120360531312771
Binary11000010101000111100011010000111100101110010111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,168,241); }

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

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

 a { background-color: rgb(48,168,241); }

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

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

 span { border-color: rgb(48,168,241); }

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