Html Css Color HEX #289DAE Pelorous

📋 copy color: '#289DAE'

red 40 ◦ green 157 ◦ blue 174

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

Shades of Pelorous #289DAE

Tints of Pelorous #289DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.9%

R = 10.78%
G = 42.32%
B = 46.9%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#289DAE (or 0x289DAE) is known color: Pelorous. HEX triplet: 28, 9D and AE. RGB value is (40,157,174). Sum of RGB (Red+Green+Blue) = 40+157+174=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #289DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289DAE is #D76251. Grayscale: #7B7B7B. Windows color (decimal): -14115410 or 11443496. OLE color: 11443496.

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

Color convert

RGB 40 157 174 -
CMYK 0.77 0.10 0 0.32
HSL 187.61º 0.63% 0.42% -
HSV(B) 187.61º 0.77% 0.68% -
XYZ 20.57 27.62 44.29 -
YUV 123.96 156.24 68.12 -
System Red Green Blue C M Y K H S L
Decimal 40 157 174 0.77 0.10 0 0.32 187.61 0.63 0.42
Hex 28 9D AE 4D A 0 20 BC 3F 2A
Octal 50 235 256 115 12 0 40 274 77 52
Binary 101000 10011101 10101110 1001101 1010 0 100000 10111100 111111 101010

Color Harmonies of #289DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289DAE

Black with #289DAE

Text Example


Text Example

White with #289DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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