#25AADF

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

Shades of Summer Sky #25AADF

Tints of Summer Sky #25AADF

Color information

#25AADF (or 0x25AADF) is unknown color: approx Summer Sky. HEX triplet: 25, AA and DF. RGB value is (37,170,223). Sum of RGB (Red+Green+Blue) = 37+170+223=430 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.60% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #25AADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AADF is #DA5520. Grayscale: #878787. Windows color (decimal): -14308641 or 14658085. OLE color: 14658085.

HSL color Cylindrical-coordinate representation of color #25AADF: hue angle of 197.1º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25AADF is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB37170223-
CMYK0.830.2400.13
HSL197.1º74.4%50.98%-
HSV(B)197.1º83.41%87.45%-
XYZ28.4634.4774.97-
YUV136.28176.9457.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.60%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 223 (87.5% from 255) = 51.86%
R=8.60%
G=39.53%
B=51.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal371702230.830.2400.13197.174.450.98
Hex25AADF53180Dc54a33
Octal452523371233001530511263
Binary100101101010101101111110100111100001101110001011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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