#25ACCC

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

Shades of Summer Sky #25ACCC

Tints of Summer Sky #25ACCC

Color information

#25ACCC (or 0x25ACCC) is unknown color: approx Summer Sky. HEX triplet: 25, AC and CC. RGB value is (37,172,204). Sum of RGB (Red+Green+Blue) = 37+172+204=413 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.96% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #25ACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ACCC is #DA5333. Grayscale: #878787. Windows color (decimal): -14308148 or 13413413. OLE color: 13413413.

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

Color convert

RGB37172204-
CMYK0.820.1600.2
HSL191.5º69.29%47.25%-
HSV(B)191.5º81.86%80%-
XYZ26.4134.2662.35-
YUV135.28166.7757.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.96%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=8.96%
G=41.65%
B=49.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal371722040.820.1600.2191.569.2947.25
Hex25ACCC5210014bf452f
Octal452543141222002427710557
Binary1001011010110011001100101001010000010100101111111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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