#30C8E6

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

Shades of Summer Sky #30C8E6

Tints of Summer Sky #30C8E6

Color information

#30C8E6 (or 0x30C8E6) is unknown color: approx Summer Sky. HEX triplet: 30, C8 and E6. RGB value is (48,200,230). Sum of RGB (Red+Green+Blue) = 48+200+230=478 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.04% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 230 - color contains mainly: blue. Hex color #30C8E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C8E6 is #CF3719. Grayscale: #9D9D9D. Windows color (decimal): -13580058 or 15124528. OLE color: 15124528.

HSL color Cylindrical-coordinate representation of color #30C8E6: hue angle of 189.89º 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 #30C8E6 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB48200230-
CMYK0.790.1300.10
HSL189.89º78.45%54.51%-
HSV(B)189.89º79.13%90.2%-
XYZ36.1647.6582.15-
YUV157.97168.6449.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.04%
GREEN value IS 200 (78.52% from 255) = 41.84%
BLUE value IS 230 (90.23% from 255) = 48.12%
R=10.04%
G=41.84%
B=48.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal482002300.790.1300.10189.8978.4554.51
Hex30C8E64FD0Abe4e37
Octal603103461171501227611667
Binary11000011001000111001101001111110101010101111101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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