Html Css Color HEX #289DAB Pelorous

📋 copy color: '#289DAB'

red 40 ◦ green 157 ◦ blue 171

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

Shades of Pelorous #289DAB

Tints of Pelorous #289DAB

RGB

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

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

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

R = 10.87%
G = 42.66%
B = 46.47%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#289DAB (or 0x289DAB) is known color: Pelorous. HEX triplet: 28, 9D and AB. RGB value is (40,157,171). Sum of RGB (Red+Green+Blue) = 40+157+171=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #289DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289DAB is #D76254. Grayscale: #7B7B7B. Windows color (decimal): -14115413 or 11246888. OLE color: 11246888.

HSL color Cylindrical-coordinate representation of color #289DAB: hue angle of 186.41º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #289DAB is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 157 171 -
CMYK 0.77 0.08 0 0.33
HSL 186.41º 0.62% 0.41% -
HSV(B) 186.41º 0.77% 0.67% -
XYZ 20.28 27.51 42.77 -
YUV 123.61 154.74 68.36 -
System Red Green Blue C M Y K H S L
Decimal 40 157 171 0.77 0.08 0 0.33 186.41 0.62 0.41
Hex 28 9D AB 4D 8 0 21 BA 3E 29
Octal 50 235 253 115 10 0 41 272 76 51
Binary 101000 10011101 10101011 1001101 1000 0 100001 10111010 111110 101001

Color Harmonies of #289DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289DAB

Black with #289DAB

Text Example


Text Example

White with #289DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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