#25CADC

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

Shades of Summer Sky #25CADC

Tints of Summer Sky #25CADC

Color information

#25CADC (or 0x25CADC) is unknown color: approx Summer Sky. HEX triplet: 25, CA and DC. RGB value is (37,202,220). Sum of RGB (Red+Green+Blue) = 37+202+220=459 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.06% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #25CADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CADC is #DA3523. Grayscale: #9A9A9A. Windows color (decimal): -14300452 or 14469669. OLE color: 14469669.

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

Color convert

RGB37202220-
CMYK0.830.0800.14
HSL185.9º72.33%50.39%-
HSV(B)185.9º83.18%86.27%-
XYZ34.847.875.1-
YUV154.72164.8444.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.06%
GREEN value IS 202 (79.30% from 255) = 44.01%
BLUE value IS 220 (86.33% from 255) = 47.93%
R=8.06%
G=44.01%
B=47.93%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal372022200.830.0800.14185.972.3350.39
Hex25CADC5380Eba4832
Octal453123341231001627211062
Binary10010111001010110111001010011100001110101110101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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