#30C0EF

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

Shades of Summer Sky #30C0EF

Tints of Summer Sky #30C0EF

Color information

#30C0EF (or 0x30C0EF) is unknown color: approx Summer Sky. HEX triplet: 30, C0 and EF. RGB value is (48,192,239). Sum of RGB (Red+Green+Blue) = 48+192+239=479 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.02% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #30C0EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C0EF is #CF3F10. Grayscale: #999999. Windows color (decimal): -13582097 or 15712304. OLE color: 15712304.

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

Color convert

RGB48192239-
CMYK0.800.2000.06
HSL194.76º85.65%56.27%-
HSV(B)194.76º79.92%93.73%-
XYZ35.6544.5688.38-
YUV154.3175.7952.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.02%
GREEN value IS 192 (75.39% from 255) = 40.08%
BLUE value IS 239 (93.75% from 255) = 49.90%
R=10.02%
G=40.08%
B=49.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal481922390.800.2000.06194.7685.6556.27
Hex30C0EF501406c35638
Octal60300357120240630312670
Binary11000011000000111011111010000101000110110000111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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