Html Css Color HEX #2196AA Pelorous

📋 copy color: '#2196AA'

red 33 ◦ green 150 ◦ blue 170

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

Shades of Pelorous #2196AA

Tints of Pelorous #2196AA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.49%

 BLUE value IS 170 (66.8% from 255) = 48.16%

R = 9.35%
G = 42.49%
B = 48.16%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2196AA (or 0x2196AA) is known color: Pelorous. HEX triplet: 21, 96 and AA. RGB value is (33,150,170). Sum of RGB (Red+Green+Blue) = 33+150+170=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #2196AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2196AA is #DE6955. Grayscale: #757575. Windows color (decimal): -14575958 or 11179553. OLE color: 11179553.

HSL color Cylindrical-coordinate representation of color #2196AA: hue angle of 188.76º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2196AA is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 150 170 -
CMYK 0.81 0.12 0 0.33
HSL 188.76º 0.67% 0.4% -
HSV(B) 188.76º 0.81% 0.67% -
XYZ 18.79 25.04 41.87 -
YUV 117.3 157.74 67.87 -
System Red Green Blue C M Y K H S L
Decimal 33 150 170 0.81 0.12 0 0.33 188.76 0.67 0.4
Hex 21 96 AA 51 C 0 21 BD 43 28
Octal 41 226 252 121 14 0 41 275 103 50
Binary 100001 10010110 10101010 1010001 1100 0 100001 10111101 1000011 101000

Color Harmonies of #2196AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2196AA

Black with #2196AA

Text Example


Text Example

White with #2196AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2196AA; }

 p { color: rgb(33,150,170); }

 H1.HeaderClassName
 {
   color: #2196AA;
 }
 .AnyTagClassName
 {
   color: #2196AA;
 }
</style>

background-color css

<style>
 a { background-color: #2196AA; }

 a { background-color: rgb(33,150,170); }

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

border-color css

<style>
 span { border-color: #2196AA; }

 span { border-color: rgb(33,150,170); }

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