Html Css Color HEX #2196CC Pelorous

📋 copy color: '#2196CC'

red 33 ◦ green 150 ◦ blue 204

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

Shades of Pelorous #2196CC

Tints of Pelorous #2196CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.71%

R = 8.53%
G = 38.76%
B = 52.71%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2196CC (or 0x2196CC) is known color: Pelorous. HEX triplet: 21, 96 and CC. RGB value is (33,150,204). Sum of RGB (Red+Green+Blue) = 33+150+204=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #2196CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2196CC is #DE6933. Grayscale: #787878. Windows color (decimal): -14575924 or 13407777. OLE color: 13407777.

HSL color Cylindrical-coordinate representation of color #2196CC: hue angle of 198.95º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2196CC is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 150 204 -
CMYK 0.84 0.26 0 0.2
HSL 198.95º 0.72% 0.46% -
HSV(B) 198.95º 0.84% 0.8% -
XYZ 22.43 26.5 61.06 -
YUV 121.17 174.74 65.11 -
System Red Green Blue C M Y K H S L
Decimal 33 150 204 0.84 0.26 0 0.2 198.95 0.72 0.46
Hex 21 96 CC 54 1A 0 14 C7 48 2E
Octal 41 226 314 124 32 0 24 307 110 56
Binary 100001 10010110 11001100 1010100 11010 0 10100 11000111 1001000 101110

Color Harmonies of #2196CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2196CC

Black with #2196CC

Text Example


Text Example

White with #2196CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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