Html Css Color HEX #259AAB Pelorous

📋 copy color: '#259AAB'

red 37 ◦ green 154 ◦ blue 171

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

Shades of Pelorous #259AAB

Tints of Pelorous #259AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.54%

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

R = 10.22%
G = 42.54%
B = 47.24%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#259AAB (or 0x259AAB) is known color: Pelorous. HEX triplet: 25, 9A and AB. RGB value is (37,154,171). Sum of RGB (Red+Green+Blue) = 37+154+171=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #259AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259AAB is #DA6554. Grayscale: #787878. Windows color (decimal): -14312789 or 11246117. OLE color: 11246117.

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

Color convert

RGB 37 154 171 -
CMYK 0.78 0.10 0 0.33
HSL 187.61º 0.64% 0.41% -
HSV(B) 187.61º 0.78% 0.67% -
XYZ 19.67 26.44 42.6 -
YUV 120.96 156.24 68.12 -
System Red Green Blue C M Y K H S L
Decimal 37 154 171 0.78 0.10 0 0.33 187.61 0.64 0.41
Hex 25 9A AB 4E A 0 21 BC 40 29
Octal 45 232 253 116 12 0 41 274 100 51
Binary 100101 10011010 10101011 1001110 1010 0 100001 10111100 1000000 101001

Color Harmonies of #259AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259AAB

Black with #259AAB

Text Example


Text Example

White with #259AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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