Html Css Color HEX #289FAD Pelorous

📋 copy color: '#289FAD'

red 40 ◦ green 159 ◦ blue 173

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

Shades of Pelorous #289FAD

Tints of Pelorous #289FAD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.74%

 BLUE value IS 173 (67.97% from 255) = 46.51%

R = 10.75%
G = 42.74%
B = 46.51%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#289FAD (or 0x289FAD) is known color: Pelorous. HEX triplet: 28, 9F and AD. RGB value is (40,159,173). Sum of RGB (Red+Green+Blue) = 40+159+173=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #289FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289FAD is #D76052. Grayscale: #7C7C7C. Windows color (decimal): -14114899 or 11378472. OLE color: 11378472.

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

Color convert

RGB 40 159 173 -
CMYK 0.77 0.08 0 0.32
HSL 186.32º 0.62% 0.42% -
HSV(B) 186.32º 0.77% 0.68% -
XYZ 20.82 28.26 43.89 -
YUV 125.02 155.08 67.36 -
System Red Green Blue C M Y K H S L
Decimal 40 159 173 0.77 0.08 0 0.32 186.32 0.62 0.42
Hex 28 9F AD 4D 8 0 20 BA 3E 2A
Octal 50 237 255 115 10 0 40 272 76 52
Binary 101000 10011111 10101101 1001101 1000 0 100000 10111010 111110 101010

Color Harmonies of #289FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289FAD

Black with #289FAD

Text Example


Text Example

White with #289FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,159,173); }

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

background-color css

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

 a { background-color: rgb(40,159,173); }

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

border-color css

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

 span { border-color: rgb(40,159,173); }

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