#25CCDC

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

Shades of Summer Sky #25CCDC

Tints of Summer Sky #25CCDC

Color information

#25CCDC (or 0x25CCDC) is unknown color: approx Summer Sky. HEX triplet: 25, CC and DC. RGB value is (37,204,220). Sum of RGB (Red+Green+Blue) = 37+204+220=461 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.03% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #25CCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CCDC is #DA3323. Grayscale: #9B9B9B. Windows color (decimal): -14299940 or 14470181. OLE color: 14470181.

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

Color convert

RGB37204220-
CMYK0.830.0700.14
HSL185.25º72.33%50.39%-
HSV(B)185.25º83.18%86.27%-
XYZ35.2748.7575.26-
YUV155.89164.1743.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.03%
GREEN value IS 204 (80.08% from 255) = 44.25%
BLUE value IS 220 (86.33% from 255) = 47.72%
R=8.03%
G=44.25%
B=47.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal372042200.830.0700.14185.2572.3350.39
Hex25CCDC5370Eb94832
Octal45314334123701627111062
Binary1001011100110011011100101001111101110101110011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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