Html Css Color HEX #259BAB Pelorous

📋 copy color: '#259BAB'

red 37 ◦ green 155 ◦ blue 171

#259BAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #259BAB

Tints of Pelorous #259BAB

RGB

 RED value IS 37 (14.84% from 255) = 10.19%

 GREEN value IS 155 (60.94% from 255) = 42.7%

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 10.19%
G = 42.7%
B = 47.11%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#259BAB (or 0x259BAB) is known color: Pelorous. HEX triplet: 25, 9B and AB. RGB value is (37,155,171). Sum of RGB (Red+Green+Blue) = 37+155+171=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #259BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259BAB is #DA6454. Grayscale: #797979. Windows color (decimal): -14312533 or 11246373. OLE color: 11246373.

HSL color Cylindrical-coordinate representation of color #259BAB: hue angle of 187.16º degrees, saturation: 0.64, 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 #259BAB is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 155 171 -
CMYK 0.78 0.09 0 0.33
HSL 187.16º 0.64% 0.41% -
HSV(B) 187.16º 0.78% 0.67% -
XYZ 19.83 26.78 42.65 -
YUV 121.54 155.91 67.7 -
System Red Green Blue C M Y K H S L
Decimal 37 155 171 0.78 0.09 0 0.33 187.16 0.64 0.41
Hex 25 9B AB 4E 9 0 21 BB 40 29
Octal 45 233 253 116 11 0 41 273 100 51
Binary 100101 10011011 10101011 1001110 1001 0 100001 10111011 1000000 101001

Color Harmonies of #259BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259BAB

Black with #259BAB

Text Example


Text Example

White with #259BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,155,171); }

 H1.HeaderClassName
 {
   color: #259BAB;
 }
 .AnyTagClassName
 {
   color: #259BAB;
 }
</style>

background-color css

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

 a { background-color: rgb(37,155,171); }

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

border-color css

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

 span { border-color: rgb(37,155,171); }

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