#25ABCC

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

Shades of Summer Sky #25ABCC

Tints of Summer Sky #25ABCC

Color information

#25ABCC (or 0x25ABCC) is unknown color: approx Summer Sky. HEX triplet: 25, AB and CC. RGB value is (37,171,204). Sum of RGB (Red+Green+Blue) = 37+171+204=412 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.98% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #25ABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ABCC is #DA5433. Grayscale: #868686. Windows color (decimal): -14308404 or 13413157. OLE color: 13413157.

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

Color convert

RGB37171204-
CMYK0.820.1600.2
HSL191.86º69.29%47.25%-
HSV(B)191.86º81.86%80%-
XYZ26.2233.8862.28-
YUV134.7167.1158.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.98%
GREEN value IS 171 (67.19% from 255) = 41.50%
BLUE value IS 204 (80.08% from 255) = 49.51%
R=8.98%
G=41.50%
B=49.51%

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
Decimal371712040.820.1600.2191.8669.2947.25
Hex25ABCC5210014c0452f
Octal452533141222002430010557
Binary1001011010101111001100101001010000010100110000001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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