Html Css Color HEX #289DAD Pelorous

📋 copy color: '#289DAD'

red 40 ◦ green 157 ◦ blue 173

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

Shades of Pelorous #289DAD

Tints of Pelorous #289DAD

RGB

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

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

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

R = 10.81%
G = 42.43%
B = 46.76%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#289DAD (or 0x289DAD) is known color: Pelorous. HEX triplet: 28, 9D and AD. RGB value is (40,157,173). Sum of RGB (Red+Green+Blue) = 40+157+173=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #289DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289DAD is #D76252. Grayscale: #7B7B7B. Windows color (decimal): -14115411 or 11377960. OLE color: 11377960.

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

Color convert

RGB 40 157 173 -
CMYK 0.77 0.09 0 0.32
HSL 187.22º 0.62% 0.42% -
HSV(B) 187.22º 0.77% 0.68% -
XYZ 20.47 27.58 43.78 -
YUV 123.84 155.74 68.2 -
System Red Green Blue C M Y K H S L
Decimal 40 157 173 0.77 0.09 0 0.32 187.22 0.62 0.42
Hex 28 9D AD 4D 9 0 20 BB 3E 2A
Octal 50 235 255 115 11 0 40 273 76 52
Binary 101000 10011101 10101101 1001101 1001 0 100000 10111011 111110 101010

Color Harmonies of #289DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289DAD

Black with #289DAD

Text Example


Text Example

White with #289DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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