Html Css Color HEX #2196BD Pelorous

📋 copy color: '#2196BD'

red 33 ◦ green 150 ◦ blue 189

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

Shades of Pelorous #2196BD

Tints of Pelorous #2196BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.81%

R = 8.87%
G = 40.32%
B = 50.81%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2196BD (or 0x2196BD) is known color: Pelorous. HEX triplet: 21, 96 and BD. RGB value is (33,150,189). Sum of RGB (Red+Green+Blue) = 33+150+189=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #2196BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2196BD is #DE6942. Grayscale: #777777. Windows color (decimal): -14575939 or 12424737. OLE color: 12424737.

HSL color Cylindrical-coordinate representation of color #2196BD: hue angle of 195º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2196BD is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 150 189 -
CMYK 0.83 0.21 0 0.26
HSL 195º 0.7% 0.44% -
HSV(B) 195º 0.83% 0.74% -
XYZ 20.72 25.81 52.03 -
YUV 119.46 167.24 66.33 -
System Red Green Blue C M Y K H S L
Decimal 33 150 189 0.83 0.21 0 0.26 195 0.7 0.44
Hex 21 96 BD 53 15 0 1A C3 46 2C
Octal 41 226 275 123 25 0 32 303 106 54
Binary 100001 10010110 10111101 1010011 10101 0 11010 11000011 1000110 101100

Color Harmonies of #2196BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2196BD

Black with #2196BD

Text Example


Text Example

White with #2196BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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