#30A5C9

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

Shades of Summer Sky #30A5C9

Tints of Summer Sky #30A5C9

Color information

#30A5C9 (or 0x30A5C9) is unknown color: approx Summer Sky. HEX triplet: 30, A5 and C9. RGB value is (48,165,201). Sum of RGB (Red+Green+Blue) = 48+165+201=414 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.59% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #30A5C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A5C9 is #CF5A36. Grayscale: #858585. Windows color (decimal): -13589047 or 13215024. OLE color: 13215024.

HSL color Cylindrical-coordinate representation of color #30A5C9: hue angle of 194.12º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30A5C9 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB48165201-
CMYK0.760.1800.21
HSL194.12º61.45%48.82%-
HSV(B)194.12º76.12%78.82%-
XYZ25.2231.7660.06-
YUV134.12165.7466.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.59%
GREEN value IS 165 (64.84% from 255) = 39.86%
BLUE value IS 201 (78.91% from 255) = 48.55%
R=11.59%
G=39.86%
B=48.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal481652010.760.1800.21194.1261.4548.82
Hex30A5C94C12015c23d31
Octal60245311114220253027561
Binary110000101001011100100110011001001001010111000010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,165,201); }

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

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

 a { background-color: rgb(48,165,201); }

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

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

 span { border-color: rgb(48,165,201); }

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