Html Css Color HEX #289EAB Pelorous

📋 copy color: '#289EAB'

red 40 ◦ green 158 ◦ blue 171

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

Shades of Pelorous #289EAB

Tints of Pelorous #289EAB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.82%

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

R = 10.84%
G = 42.82%
B = 46.34%

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

#289EAB (or 0x289EAB) is known color: Pelorous. HEX triplet: 28, 9E and AB. RGB value is (40,158,171). Sum of RGB (Red+Green+Blue) = 40+158+171=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #289EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289EAB is #D76154. Grayscale: #7C7C7C. Windows color (decimal): -14115157 or 11247144. OLE color: 11247144.

HSL color Cylindrical-coordinate representation of color #289EAB: hue angle of 185.95º 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 #289EAB is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 158 171 -
CMYK 0.77 0.08 0 0.33
HSL 185.95º 0.62% 0.41% -
HSV(B) 185.95º 0.77% 0.67% -
XYZ 20.45 27.85 42.82 -
YUV 124.2 154.41 67.94 -
System Red Green Blue C M Y K H S L
Decimal 40 158 171 0.77 0.08 0 0.33 185.95 0.62 0.41
Hex 28 9E AB 4D 8 0 21 BA 3E 29
Octal 50 236 253 115 10 0 41 272 76 51
Binary 101000 10011110 10101011 1001101 1000 0 100001 10111010 111110 101001

Color Harmonies of #289EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289EAB

Black with #289EAB

Text Example


Text Example

White with #289EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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