#25AECC

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

Shades of Summer Sky #25AECC

Tints of Summer Sky #25AECC

Color information

#25AECC (or 0x25AECC) is unknown color: approx Summer Sky. HEX triplet: 25, AE and CC. RGB value is (37,174,204). Sum of RGB (Red+Green+Blue) = 37+174+204=415 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.92% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #25AECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AECC is #DA5133. Grayscale: #888888. Windows color (decimal): -14307636 or 13413925. OLE color: 13413925.

HSL color Cylindrical-coordinate representation of color #25AECC: hue angle of 190.78º 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 #25AECC is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB37174204-
CMYK0.820.1500.2
HSL190.78º69.29%47.25%-
HSV(B)190.78º81.86%80%-
XYZ26.835.0362.47-
YUV136.46166.1157.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.92%
GREEN value IS 174 (68.36% from 255) = 41.93%
BLUE value IS 204 (80.08% from 255) = 49.16%
R=8.92%
G=41.93%
B=49.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal371742040.820.1500.2190.7869.2947.25
Hex25AECC52F014bf452f
Octal452563141221702427710557
Binary100101101011101100110010100101111010100101111111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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