Html Css Color HEX #2196CE Pelorous

📋 copy color: '#2196CE'

red 33 ◦ green 150 ◦ blue 206

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

Shades of Pelorous #2196CE

Tints of Pelorous #2196CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 8.48%
G = 38.56%
B = 52.96%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2196CE (or 0x2196CE) is known color: Pelorous. HEX triplet: 21, 96 and CE. RGB value is (33,150,206). Sum of RGB (Red+Green+Blue) = 33+150+206=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #2196CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2196CE is #DE6931. Grayscale: #797979. Windows color (decimal): -14575922 or 13538849. OLE color: 13538849.

HSL color Cylindrical-coordinate representation of color #2196CE: hue angle of 199.42º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2196CE is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 150 206 -
CMYK 0.84 0.27 0 0.19
HSL 199.42º 0.72% 0.47% -
HSV(B) 199.42º 0.84% 0.81% -
XYZ 22.67 26.59 62.33 -
YUV 121.4 175.74 64.95 -
System Red Green Blue C M Y K H S L
Decimal 33 150 206 0.84 0.27 0 0.19 199.42 0.72 0.47
Hex 21 96 CE 54 1B 0 13 C7 48 2F
Octal 41 226 316 124 33 0 23 307 110 57
Binary 100001 10010110 11001110 1010100 11011 0 10011 11000111 1001000 101111

Color Harmonies of #2196CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2196CE

Black with #2196CE

Text Example


Text Example

White with #2196CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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