#25A0CA

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

Shades of Pelorous #25A0CA

Tints of Pelorous #25A0CA

Color information

#25A0CA (or 0x25A0CA) is unknown color: approx Pelorous. HEX triplet: 25, A0 and CA. RGB value is (37,160,202). Sum of RGB (Red+Green+Blue) = 37+160+202=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #25A0CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A0CA is #DA5F35. Grayscale: #7F7F7F. Windows color (decimal): -14311222 or 13279269. OLE color: 13279269.

HSL color Cylindrical-coordinate representation of color #25A0CA: hue angle of 195.27º 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 #25A0CA is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB37160202-
CMYK0.820.2100.21
HSL195.27º69.04%46.86%-
HSV(B)195.27º81.68%79.22%-
XYZ23.9929.860.36-
YUV128.01169.7563.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.27%
GREEN value IS 160 (62.89% from 255) = 40.10%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=9.27%
G=40.10%
B=50.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal371602020.820.2100.21195.2769.0446.86
Hex25A0CA5215015c3452f
Octal452403121222502530310557
Binary1001011010000011001010101001010101010101110000111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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