#25A3CA

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

Shades of Pelorous #25A3CA

Tints of Pelorous #25A3CA

Color information

#25A3CA (or 0x25A3CA) is unknown color: approx Pelorous. HEX triplet: 25, A3 and CA. RGB value is (37,163,202). Sum of RGB (Red+Green+Blue) = 37+163+202=402 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.20% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #25A3CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A3CA is #DA5C35. Grayscale: #818181. Windows color (decimal): -14310454 or 13280037. OLE color: 13280037.

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

Color convert

RGB37163202-
CMYK0.820.1900.21
HSL194.18º69.04%46.86%-
HSV(B)194.18º81.68%79.22%-
XYZ24.5230.8560.54-
YUV129.77168.7661.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.20%
GREEN value IS 163 (64.06% from 255) = 40.55%
BLUE value IS 202 (79.30% from 255) = 50.25%
R=9.20%
G=40.55%
B=50.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal371632020.820.1900.21194.1869.0446.86
Hex25A3CA5213015c2452f
Octal452433121222302530210557
Binary1001011010001111001010101001010011010101110000101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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