#30B4EC

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

Shades of Summer Sky #30B4EC

Tints of Summer Sky #30B4EC

Color information

#30B4EC (or 0x30B4EC) is unknown color: approx Summer Sky. HEX triplet: 30, B4 and EC. RGB value is (48,180,236). Sum of RGB (Red+Green+Blue) = 48+180+236=464 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.34% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #30B4EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30B4EC is #CF4B13. Grayscale: #929292. Windows color (decimal): -13585172 or 15512624. OLE color: 15512624.

HSL color Cylindrical-coordinate representation of color #30B4EC: hue angle of 197.87º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30B4EC is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB48180236-
CMYK0.800.2400.07
HSL197.87º83.19%55.69%-
HSV(B)197.87º79.66%92.55%-
XYZ32.6839.3385.23-
YUV146.92178.2757.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.34%
GREEN value IS 180 (70.70% from 255) = 38.79%
BLUE value IS 236 (92.58% from 255) = 50.86%
R=10.34%
G=38.79%
B=50.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal481802360.800.2400.07197.8783.1955.69
Hex30B4EC501807c65338
Octal60264354120300730612370
Binary11000010110100111011001010000110000111110001101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,180,236); }

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

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

 a { background-color: rgb(48,180,236); }

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

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

 span { border-color: rgb(48,180,236); }

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