#25CAD8

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

Shades of Summer Sky #25CAD8

Tints of Summer Sky #25CAD8

Color information

#25CAD8 (or 0x25CAD8) is unknown color: approx Summer Sky. HEX triplet: 25, CA and D8. RGB value is (37,202,216). Sum of RGB (Red+Green+Blue) = 37+202+216=455 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.13% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #25CAD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CAD8 is #DA3527. Grayscale: #9A9A9A. Windows color (decimal): -14300456 or 14207525. OLE color: 14207525.

HSL color Cylindrical-coordinate representation of color #25CAD8: hue angle of 184.69º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25CAD8 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB37202216-
CMYK0.830.0600.15
HSL184.69º70.75%49.61%-
HSV(B)184.69º82.87%84.71%-
XYZ34.2847.5972.35-
YUV154.26162.8444.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.13%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 216 (84.77% from 255) = 47.47%
R=8.13%
G=44.40%
B=47.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal372022160.830.0600.15184.6970.7549.61
Hex25CAD85360Fb94732
Octal45312330123601727110762
Binary1001011100101011011000101001111001111101110011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,202,216); }

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

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

 a { background-color: rgb(37,202,216); }

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

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

 span { border-color: rgb(37,202,216); }

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