Html Css Color HEX #209BAE Pelorous

📋 copy color: '#209BAE'

red 32 ◦ green 155 ◦ blue 174

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

Shades of Pelorous #209BAE

Tints of Pelorous #209BAE

RGB

 RED value IS 32 (12.89% from 255) = 8.86%

 GREEN value IS 155 (60.94% from 255) = 42.94%

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

R = 8.86%
G = 42.94%
B = 48.2%

CMYK

 C value IS 0.82

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#209BAE (or 0x209BAE) is known color: Pelorous. HEX triplet: 20, 9B and AE. RGB value is (32,155,174). Sum of RGB (Red+Green+Blue) = 32+155+174=361 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.86% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #209BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209BAE is #DF6451. Grayscale: #787878. Windows color (decimal): -14640210 or 11442976. OLE color: 11442976.

HSL color Cylindrical-coordinate representation of color #209BAE: hue angle of 188.03º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #209BAE is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 155 174 -
CMYK 0.82 0.11 0 0.32
HSL 188.03º 0.69% 0.4% -
HSV(B) 188.03º 0.82% 0.68% -
XYZ 19.96 26.81 44.17 -
YUV 120.39 158.25 64.96 -
System Red Green Blue C M Y K H S L
Decimal 32 155 174 0.82 0.11 0 0.32 188.03 0.69 0.4
Hex 20 9B AE 52 B 0 20 BC 45 28
Octal 40 233 256 122 13 0 40 274 105 50
Binary 100000 10011011 10101110 1010010 1011 0 100000 10111100 1000101 101000

Color Harmonies of #209BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209BAE

Black with #209BAE

Text Example


Text Example

White with #209BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209BAE; }

 p { color: rgb(32,155,174); }

 H1.HeaderClassName
 {
   color: #209BAE;
 }
 .AnyTagClassName
 {
   color: #209BAE;
 }
</style>

background-color css

<style>
 a { background-color: #209BAE; }

 a { background-color: rgb(32,155,174); }

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

border-color css

<style>
 span { border-color: #209BAE; }

 span { border-color: rgb(32,155,174); }

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