#30C0E6

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

Shades of Summer Sky #30C0E6

Tints of Summer Sky #30C0E6

Color information

#30C0E6 (or 0x30C0E6) is unknown color: approx Summer Sky. HEX triplet: 30, C0 and E6. RGB value is (48,192,230). Sum of RGB (Red+Green+Blue) = 48+192+230=470 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.21% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #30C0E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C0E6 is #CF3F19. Grayscale: #989898. Windows color (decimal): -13582106 or 15122480. OLE color: 15122480.

HSL color Cylindrical-coordinate representation of color #30C0E6: hue angle of 192.53º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30C0E6 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB48192230-
CMYK0.790.1700.10
HSL192.53º78.45%54.51%-
HSV(B)192.53º79.13%90.2%-
XYZ34.3544.0481.55-
YUV153.28171.2952.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.21%
GREEN value IS 192 (75.39% from 255) = 40.85%
BLUE value IS 230 (90.23% from 255) = 48.94%
R=10.21%
G=40.85%
B=48.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal481922300.790.1700.10192.5378.4554.51
Hex30C0E64F110Ac14e37
Octal603003461172101230111667
Binary110000110000001110011010011111000101010110000011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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