#25A7BF

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

Shades of Pelorous #25A7BF

Tints of Pelorous #25A7BF

Color information

#25A7BF (or 0x25A7BF) is unknown color: approx Pelorous. HEX triplet: 25, A7 and BF. RGB value is (37,167,191). Sum of RGB (Red+Green+Blue) = 37+167+191=395 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.37% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #25A7BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A7BF is #DA5840. Grayscale: #828282. Windows color (decimal): -14309441 or 12560165. OLE color: 12560165.

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

Color convert

RGB37167191-
CMYK0.810.1300.25
HSL189.35º67.54%44.71%-
HSV(B)189.35º80.63%74.9%-
XYZ23.9931.7954.16-
YUV130.87161.9361.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.37%
GREEN value IS 167 (65.62% from 255) = 42.28%
BLUE value IS 191 (75% from 255) = 48.35%
R=9.37%
G=42.28%
B=48.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal371671910.810.1300.25189.3567.5444.71
Hex25A7BF51D019bd442d
Octal452472771211503127510455
Binary100101101001111011111110100011101011001101111011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,167,191); }

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

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

 a { background-color: rgb(37,167,191); }

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

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

 span { border-color: rgb(37,167,191); }

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