#25A2CA

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

Shades of Pelorous #25A2CA

Tints of Pelorous #25A2CA

Color information

#25A2CA (or 0x25A2CA) is unknown color: approx Pelorous. HEX triplet: 25, A2 and CA. RGB value is (37,162,202). Sum of RGB (Red+Green+Blue) = 37+162+202=401 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.23% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #25A2CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A2CA is #DA5D35. Grayscale: #808080. Windows color (decimal): -14310710 or 13279781. OLE color: 13279781.

HSL color Cylindrical-coordinate representation of color #25A2CA: hue angle of 194.55º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25A2CA is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB37162202-
CMYK0.820.2000.21
HSL194.55º69.04%46.86%-
HSV(B)194.55º81.68%79.22%-
XYZ24.3430.560.48-
YUV129.18169.0962.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.23%
GREEN value IS 162 (63.67% from 255) = 40.40%
BLUE value IS 202 (79.30% from 255) = 50.37%
R=9.23%
G=40.40%
B=50.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal371622020.820.2000.21194.5569.0446.86
Hex25A2CA5214015c3452f
Octal452423121222402530310557
Binary1001011010001011001010101001010100010101110000111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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