#30a1ce

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

Shades of Summer Sky #30A1CE

Tints of Summer Sky #30A1CE

Color information

#30A1CE (or 0x30A1CE) is unknown color: approx Summer Sky. HEX triplet: 30, A1 and CE. RGB value is (48,161,206). Sum of RGB (Red+Green+Blue) = 48+161+206=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #30A1CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A1CE is #CF5E31. Grayscale: #848484. Windows color (decimal): -13590066 or 13541680. OLE color: 13541680.

HSL color Cylindrical-coordinate representation of color #30A1CE: hue angle of 197.09º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30A1CE is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB48161206-
CMYK0.770.2200.19
HSL197.09º62.2%49.8%-
HSV(B)197.09º76.7%80.78%-
XYZ25.130.5762.97-
YUV132.34169.5667.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.57%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 206 (80.86% from 255) = 49.64%
R=11.57%
G=38.80%
B=49.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal481612060.770.2200.19197.0962.249.8
Hex30A1CE4D16013c53e32
Octal60241316115260233057662
Binary110000101000011100111010011011011001001111000101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30a1ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,161,206); }

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

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

 a { background-color: rgb(48,161,206); }

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

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

 span { border-color: rgb(48,161,206); }

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