#30C8E2

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

Shades of Summer Sky #30C8E2

Tints of Summer Sky #30C8E2

Color information

#30C8E2 (or 0x30C8E2) is unknown color: approx Summer Sky. HEX triplet: 30, C8 and E2. RGB value is (48,200,226). Sum of RGB (Red+Green+Blue) = 48+200+226=474 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.13% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 226 - color contains mainly: blue. Hex color #30C8E2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C8E2 is #CF371D. Grayscale: #9D9D9D. Windows color (decimal): -13580062 or 14862384. OLE color: 14862384.

HSL color Cylindrical-coordinate representation of color #30C8E2: hue angle of 188.76º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30C8E2 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB48200226-
CMYK0.790.1200.11
HSL188.76º75.42%53.73%-
HSV(B)188.76º78.76%88.63%-
XYZ35.647.4379.23-
YUV157.52166.6449.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.13%
GREEN value IS 200 (78.52% from 255) = 42.19%
BLUE value IS 226 (88.67% from 255) = 47.68%
R=10.13%
G=42.19%
B=47.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal482002260.790.1200.11188.7675.4253.73
Hex30C8E24FC0Bbd4b36
Octal603103421171401327511366
Binary11000011001000111000101001111110001011101111011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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