#259EAC

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

Shades of Pelorous #259EAC

Tints of Pelorous #259EAC

Color information

#259EAC (or 0x259EAC) is unknown color: approx Pelorous. HEX triplet: 25, 9E and AC. RGB value is (37,158,172). Sum of RGB (Red+Green+Blue) = 37+158+172=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #259EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259EAC is #DA6153. Grayscale: #7B7B7B. Windows color (decimal): -14311764 or 11312677. OLE color: 11312677.

HSL color Cylindrical-coordinate representation of color #259EAC: hue angle of 186.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #259EAC is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB37158172-
CMYK0.780.0800.33
HSL186.22º64.59%40.98%-
HSV(B)186.22º78.49%67.45%-
XYZ20.4427.8343.32-
YUV123.42155.4166.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.08%
GREEN value IS 158 (62.11% from 255) = 43.05%
BLUE value IS 172 (67.58% from 255) = 46.87%
R=10.08%
G=43.05%
B=46.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371581720.780.0800.33186.2264.5940.98
Hex259EAC4E8021ba4129
Octal452362541161004127210151
Binary1001011001111010101100100111010000100001101110101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259EAC; }

 p { color: rgb(37,158,172); }

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

<style>
 a { background-color: #259EAC; }

 a { background-color: rgb(37,158,172); }

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

<style>
 span { border-color: #259EAC; }

 span { border-color: rgb(37,158,172); }

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