#25C5D8

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

Shades of Summer Sky #25C5D8

Tints of Summer Sky #25C5D8

Color information

#25C5D8 (or 0x25C5D8) is unknown color: approx Summer Sky. HEX triplet: 25, C5 and D8. RGB value is (37,197,216). Sum of RGB (Red+Green+Blue) = 37+197+216=450 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.22% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #25C5D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25C5D8 is #DA3A27. Grayscale: #979797. Windows color (decimal): -14301736 or 14206245. OLE color: 14206245.

HSL color Cylindrical-coordinate representation of color #25C5D8: hue angle of 186.37º 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 #25C5D8 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB37197216-
CMYK0.830.0900.15
HSL186.37º70.75%49.61%-
HSV(B)186.37º82.87%84.71%-
XYZ33.1245.2871.96-
YUV151.33164.4946.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.22%
GREEN value IS 197 (77.34% from 255) = 43.78%
BLUE value IS 216 (84.77% from 255) = 48%
R=8.22%
G=43.78%
B=48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal371972160.830.0900.15186.3770.7549.61
Hex25C5D85390Fba4732
Octal453053301231101727210762
Binary10010111000101110110001010011100101111101110101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25C5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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