#30BEEF

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

Shades of Summer Sky #30BEEF

Tints of Summer Sky #30BEEF

Color information

#30BEEF (or 0x30BEEF) is unknown color: approx Summer Sky. HEX triplet: 30, BE and EF. RGB value is (48,190,239). Sum of RGB (Red+Green+Blue) = 48+190+239=477 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.06% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #30BEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BEEF is #CF4110. Grayscale: #989898. Windows color (decimal): -13582609 or 15711792. OLE color: 15711792.

HSL color Cylindrical-coordinate representation of color #30BEEF: hue angle of 195.39º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30BEEF is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB48190239-
CMYK0.800.2100.06
HSL195.39º85.65%56.27%-
HSV(B)195.39º79.92%93.73%-
XYZ35.2143.6988.24-
YUV153.13176.4653.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.06%
GREEN value IS 190 (74.61% from 255) = 39.83%
BLUE value IS 239 (93.75% from 255) = 50.10%
R=10.06%
G=39.83%
B=50.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal481902390.800.2100.06195.3985.6556.27
Hex30BEEF501506c35638
Octal60276357120250630312670
Binary11000010111110111011111010000101010110110000111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,190,239); }

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

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

 a { background-color: rgb(48,190,239); }

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

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

 span { border-color: rgb(48,190,239); }

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