#25AACC

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

Shades of Summer Sky #25AACC

Tints of Summer Sky #25AACC

Color information

#25AACC (or 0x25AACC) is unknown color: approx Summer Sky. HEX triplet: 25, AA and CC. RGB value is (37,170,204). Sum of RGB (Red+Green+Blue) = 37+170+204=411 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.00% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #25AACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AACC is #DA5533. Grayscale: #858585. Windows color (decimal): -14308660 or 13412901. OLE color: 13412901.

HSL color Cylindrical-coordinate representation of color #25AACC: hue angle of 192.22º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25AACC is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB37170204-
CMYK0.820.1700.2
HSL192.22º69.29%47.25%-
HSV(B)192.22º81.86%80%-
XYZ26.0433.562.22-
YUV134.11167.4458.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.00%
GREEN value IS 170 (66.80% from 255) = 41.36%
BLUE value IS 204 (80.08% from 255) = 49.64%
R=9.00%
G=41.36%
B=49.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal371702040.820.1700.2192.2269.2947.25
Hex25AACC5211014c0452f
Octal452523141222102430010557
Binary1001011010101011001100101001010001010100110000001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25AACC; }

 p { color: rgb(37,170,204); }

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

<style>
 a { background-color: #25AACC; }

 a { background-color: rgb(37,170,204); }

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

<style>
 span { border-color: #25AACC; }

 span { border-color: rgb(37,170,204); }

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