#25A9C1

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

Shades of Pelorous #25A9C1

Tints of Pelorous #25A9C1

Color information

#25A9C1 (or 0x25A9C1) is unknown color: approx Pelorous. HEX triplet: 25, A9 and C1. RGB value is (37,169,193). Sum of RGB (Red+Green+Blue) = 37+169+193=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #25A9C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A9C1 is #DA563E. Grayscale: #848484. Windows color (decimal): -14308927 or 12691749. OLE color: 12691749.

HSL color Cylindrical-coordinate representation of color #25A9C1: hue angle of 189.23º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25A9C1 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB37169193-
CMYK0.810.1200.24
HSL189.23º67.83%45.1%-
HSV(B)189.23º80.83%75.69%-
XYZ24.5832.6255.45-
YUV132.27162.2760.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.27%
GREEN value IS 169 (66.41% from 255) = 42.36%
BLUE value IS 193 (75.78% from 255) = 48.37%
R=9.27%
G=42.36%
B=48.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal371691930.810.1200.24189.2367.8345.1
Hex25A9C151C018bd442d
Octal452513011211403027510455
Binary100101101010011100000110100011100011000101111011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,169,193); }

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

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

 a { background-color: rgb(37,169,193); }

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

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

 span { border-color: rgb(37,169,193); }

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