Html Css Color HEX #259DA9 Pelorous

📋 copy color: '#259DA9'

red 37 ◦ green 157 ◦ blue 169

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

Shades of Pelorous #259DA9

Tints of Pelorous #259DA9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.25%

 BLUE value IS 169 (66.41% from 255) = 46.56%

R = 10.19%
G = 43.25%
B = 46.56%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#259DA9 (or 0x259DA9) is known color: Pelorous. HEX triplet: 25, 9D and A9. RGB value is (37,157,169). Sum of RGB (Red+Green+Blue) = 37+157+169=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 169 - color contains mainly: blue. Hex color #259DA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259DA9 is #DA6256. Grayscale: #7A7A7A. Windows color (decimal): -14312023 or 11115813. OLE color: 11115813.

HSL color Cylindrical-coordinate representation of color #259DA9: hue angle of 185.45º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #259DA9 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 37 157 169 -
CMYK 0.78 0.07 0 0.34
HSL 185.45º 0.64% 0.4% -
HSV(B) 185.45º 0.78% 0.66% -
XYZ 19.98 27.37 41.77 -
YUV 122.49 154.24 67.02 -
System Red Green Blue C M Y K H S L
Decimal 37 157 169 0.78 0.07 0 0.34 185.45 0.64 0.4
Hex 25 9D A9 4E 7 0 22 B9 40 28
Octal 45 235 251 116 7 0 42 271 100 50
Binary 100101 10011101 10101001 1001110 111 0 100010 10111001 1000000 101000

Color Harmonies of #259DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259DA9

Black with #259DA9

Text Example


Text Example

White with #259DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,157,169); }

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

background-color css

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

 a { background-color: rgb(37,157,169); }

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

border-color css

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

 span { border-color: rgb(37,157,169); }

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