#25A8DC

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

Shades of Summer Sky #25A8DC

Tints of Summer Sky #25A8DC

Color information

#25A8DC (or 0x25A8DC) is unknown color: approx Summer Sky. HEX triplet: 25, A8 and DC. RGB value is (37,168,220). Sum of RGB (Red+Green+Blue) = 37+168+220=425 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.71% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #25A8DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A8DC is #DA5723. Grayscale: #868686. Windows color (decimal): -14309156 or 14460965. OLE color: 14460965.

HSL color Cylindrical-coordinate representation of color #25A8DC: hue angle of 197.05º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25A8DC is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB37168220-
CMYK0.830.2400.14
HSL197.05º72.33%50.39%-
HSV(B)197.05º83.18%86.27%-
XYZ27.6833.5772.73-
YUV134.76176.158.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.71%
GREEN value IS 168 (66.02% from 255) = 39.53%
BLUE value IS 220 (86.33% from 255) = 51.76%
R=8.71%
G=39.53%
B=51.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal371682200.830.2400.14197.0572.3350.39
Hex25A8DC53180Ec54832
Octal452503341233001630511062
Binary100101101010001101110010100111100001110110001011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,168,220); }

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

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

 a { background-color: rgb(37,168,220); }

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

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

 span { border-color: rgb(37,168,220); }

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