#259fb6

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

Shades of Pelorous #259FB6

Tints of Pelorous #259FB6

Color information

#259FB6 (or 0x259FB6) is unknown color: approx Pelorous. HEX triplet: 25, 9F and B6. RGB value is (37,159,182). Sum of RGB (Red+Green+Blue) = 37+159+182=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #259FB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259FB6 is #DA6049. Grayscale: #7C7C7C. Windows color (decimal): -14311498 or 11968293. OLE color: 11968293.

HSL color Cylindrical-coordinate representation of color #259FB6: hue angle of 189.52º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #259FB6 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB37159182-
CMYK0.800.1300.29
HSL189.52º66.21%42.94%-
HSV(B)189.52º79.67%71.37%-
XYZ21.628.5748.63-
YUV125.14160.0865.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.79%
GREEN value IS 159 (62.5% from 255) = 42.06%
BLUE value IS 182 (71.48% from 255) = 48.15%
R=9.79%
G=42.06%
B=48.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal371591820.800.1300.29189.5266.2142.94
Hex259FB650D01Dbe422b
Octal452372661201503527610253
Binary100101100111111011011010100001101011101101111101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259fb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,159,182); }

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

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

 a { background-color: rgb(37,159,182); }

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

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

 span { border-color: rgb(37,159,182); }

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