Html Css Color HEX #289DA9 Pelorous

📋 copy color: '#289DA9'

red 40 ◦ green 157 ◦ blue 169

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

Shades of Pelorous #289DA9

Tints of Pelorous #289DA9

RGB

 RED value IS 40 (16.02% from 255) = 10.93%

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

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

R = 10.93%
G = 42.9%
B = 46.17%

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#289DA9 (or 0x289DA9) is known color: Pelorous. HEX triplet: 28, 9D and A9. RGB value is (40,157,169). Sum of RGB (Red+Green+Blue) = 40+157+169=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 169 (66.41% from 255 or 46.17% from 366); Max value from RGB is 169 - color contains mainly: blue. Hex color #289DA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289DA9 is #D76256. Grayscale: #7B7B7B. Windows color (decimal): -14115415 or 11115816. OLE color: 11115816.

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

Color convert

RGB 40 157 169 -
CMYK 0.76 0.07 0 0.34
HSL 185.58º 0.62% 0.41% -
HSV(B) 185.58º 0.76% 0.66% -
XYZ 20.09 27.43 41.77 -
YUV 123.39 153.74 68.52 -
System Red Green Blue C M Y K H S L
Decimal 40 157 169 0.76 0.07 0 0.34 185.58 0.62 0.41
Hex 28 9D A9 4C 7 0 22 BA 3E 29
Octal 50 235 251 114 7 0 42 272 76 51
Binary 101000 10011101 10101001 1001100 111 0 100010 10111010 111110 101001

Color Harmonies of #289DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289DA9

Black with #289DA9

Text Example


Text Example

White with #289DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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