Html Css Color HEX #2093AD Pelorous

📋 copy color: '#2093AD'

red 32 ◦ green 147 ◦ blue 173

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

Shades of Pelorous #2093AD

Tints of Pelorous #2093AD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.76%

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

R = 9.09%
G = 41.76%
B = 49.15%

CMYK

 C value IS 0.82

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2093AD (or 0x2093AD) is known color: Pelorous. HEX triplet: 20, 93 and AD. RGB value is (32,147,173). Sum of RGB (Red+Green+Blue) = 32+147+173=352 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.09% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #2093AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2093AD is #DF6C52. Grayscale: #737373. Windows color (decimal): -14642259 or 11375392. OLE color: 11375392.

HSL color Cylindrical-coordinate representation of color #2093AD: hue angle of 191.06º 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 #2093AD is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 147 173 -
CMYK 0.82 0.15 0 0.32
HSL 191.06º 0.69% 0.4% -
HSV(B) 191.06º 0.82% 0.68% -
XYZ 18.57 24.19 43.23 -
YUV 115.58 160.4 68.39 -
System Red Green Blue C M Y K H S L
Decimal 32 147 173 0.82 0.15 0 0.32 191.06 0.69 0.4
Hex 20 93 AD 52 F 0 20 BF 45 28
Octal 40 223 255 122 17 0 40 277 105 50
Binary 100000 10010011 10101101 1010010 1111 0 100000 10111111 1000101 101000

Color Harmonies of #2093AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2093AD

Black with #2093AD

Text Example


Text Example

White with #2093AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2093AD; }

 p { color: rgb(32,147,173); }

 H1.HeaderClassName
 {
   color: #2093AD;
 }
 .AnyTagClassName
 {
   color: #2093AD;
 }
</style>

background-color css

<style>
 a { background-color: #2093AD; }

 a { background-color: rgb(32,147,173); }

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

border-color css

<style>
 span { border-color: #2093AD; }

 span { border-color: rgb(32,147,173); }

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