#30bae0

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

Shades of Summer Sky #30BAE0

Tints of Summer Sky #30BAE0

Color information

#30BAE0 (or 0x30BAE0) is unknown color: approx Summer Sky. HEX triplet: 30, BA and E0. RGB value is (48,186,224). Sum of RGB (Red+Green+Blue) = 48+186+224=458 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.48% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #30BAE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BAE0 is #CF451F. Grayscale: #949494. Windows color (decimal): -13583648 or 14727728. OLE color: 14727728.

HSL color Cylindrical-coordinate representation of color #30BAE0: hue angle of 192.95º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30BAE0 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB48186224-
CMYK0.790.1700.12
HSL192.95º73.95%53.33%-
HSV(B)192.95º78.57%87.84%-
XYZ32.2341.1376.76-
YUV149.07170.2855.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.48%
GREEN value IS 186 (73.05% from 255) = 40.61%
BLUE value IS 224 (87.89% from 255) = 48.91%
R=10.48%
G=40.61%
B=48.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal481862240.790.1700.12192.9573.9553.33
Hex30BAE04F110Cc14a35
Octal602723401172101430111265
Binary110000101110101110000010011111000101100110000011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30bae0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,186,224); }

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

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

 a { background-color: rgb(48,186,224); }

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

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

 span { border-color: rgb(48,186,224); }

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