Html Css Color HEX #2188AD Pelorous

📋 copy color: '#2188AD'

red 33 ◦ green 136 ◦ blue 173

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

Shades of Pelorous #2188AD

Tints of Pelorous #2188AD

RGB

 RED value IS 33 (13.28% from 255) = 9.65%

 GREEN value IS 136 (53.52% from 255) = 39.77%

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

R = 9.65%
G = 39.77%
B = 50.58%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2188AD (or 0x2188AD) is known color: Pelorous. HEX triplet: 21, 88 and AD. RGB value is (33,136,173). Sum of RGB (Red+Green+Blue) = 33+136+173=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #2188AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2188AD is #DE7752. Grayscale: #6D6D6D. Windows color (decimal): -14579539 or 11372577. OLE color: 11372577.

HSL color Cylindrical-coordinate representation of color #2188AD: hue angle of 195.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2188AD is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 136 173 -
CMYK 0.81 0.21 0 0.32
HSL 195.86º 0.68% 0.4% -
HSV(B) 195.86º 0.81% 0.68% -
XYZ 16.97 20.95 42.68 -
YUV 109.42 163.88 73.49 -
System Red Green Blue C M Y K H S L
Decimal 33 136 173 0.81 0.21 0 0.32 195.86 0.68 0.4
Hex 21 88 AD 51 15 0 20 C4 44 28
Octal 41 210 255 121 25 0 40 304 104 50
Binary 100001 10001000 10101101 1010001 10101 0 100000 11000100 1000100 101000

Color Harmonies of #2188AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2188AD

Black with #2188AD

Text Example


Text Example

White with #2188AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,136,173); }

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

background-color css

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

 a { background-color: rgb(33,136,173); }

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

border-color css

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

 span { border-color: rgb(33,136,173); }

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