#30A6D3

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

Shades of Summer Sky #30A6D3

Tints of Summer Sky #30A6D3

Color information

#30A6D3 (or 0x30A6D3) is unknown color: approx Summer Sky. HEX triplet: 30, A6 and D3. RGB value is (48,166,211). Sum of RGB (Red+Green+Blue) = 48+166+211=425 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.29% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 211 (82.81% from 255 or 49.65% from 425); Max value from RGB is 211 - color contains mainly: blue. Hex color #30A6D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A6D3 is #CF592C. Grayscale: #878787. Windows color (decimal): -13588781 or 13870640. OLE color: 13870640.

HSL color Cylindrical-coordinate representation of color #30A6D3: hue angle of 196.56º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30A6D3 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB48166211-
CMYK0.770.2100.17
HSL196.56º64.94%50.78%-
HSV(B)196.56º77.25%82.75%-
XYZ26.6132.666.52-
YUV135.85170.4165.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.29%
GREEN value IS 166 (65.23% from 255) = 39.06%
BLUE value IS 211 (82.81% from 255) = 49.65%
R=11.29%
G=39.06%
B=49.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal481662110.770.2100.17196.5664.9450.78
Hex30A6D34D15011c54133
Octal602463231152502130510163
Binary1100001010011011010011100110110101010001110001011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,166,211); }

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

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

 a { background-color: rgb(48,166,211); }

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

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

 span { border-color: rgb(48,166,211); }

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