#30CBE9

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

Shades of Summer Sky #30CBE9

Tints of Summer Sky #30CBE9

Color information

#30CBE9 (or 0x30CBE9) is unknown color: approx Summer Sky. HEX triplet: 30, CB and E9. RGB value is (48,203,233). Sum of RGB (Red+Green+Blue) = 48+203+233=484 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.92% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 233 (91.41% from 255 or 48.14% from 484); Max value from RGB is 233 - color contains mainly: blue. Hex color #30CBE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CBE9 is #CF3416. Grayscale: #9F9F9F. Windows color (decimal): -13579287 or 15321904. OLE color: 15321904.

HSL color Cylindrical-coordinate representation of color #30CBE9: hue angle of 189.73º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30CBE9 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB48203233-
CMYK0.790.1300.09
HSL189.73º80.79%55.1%-
HSV(B)189.73º79.4%91.37%-
XYZ37.2849.2284.63-
YUV160.07169.1548.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.92%
GREEN value IS 203 (79.69% from 255) = 41.94%
BLUE value IS 233 (91.41% from 255) = 48.14%
R=9.92%
G=41.94%
B=48.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal482032330.790.1300.09189.7380.7955.1
Hex30CBE94FD09be5137
Octal603133511171501127612167
Binary11000011001011111010011001111110101001101111101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,203,233); }

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

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

 a { background-color: rgb(48,203,233); }

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

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

 span { border-color: rgb(48,203,233); }

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