Html Css Color HEX #2196DB Summer Sky

📋 copy color: '#2196DB'

red 33 ◦ green 150 ◦ blue 219

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

Shades of Summer Sky #2196DB

Tints of Summer Sky #2196DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 8.21%
G = 37.31%
B = 54.48%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2196DB (or 0x2196DB) is known color: Summer Sky. HEX triplet: 21, 96 and DB. RGB value is (33,150,219). Sum of RGB (Red+Green+Blue) = 33+150+219=402 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.21% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #2196DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2196DB is #DE6924. Grayscale: #7A7A7A. Windows color (decimal): -14575909 or 14390817. OLE color: 14390817.

HSL color Cylindrical-coordinate representation of color #2196DB: hue angle of 202.26º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2196DB is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 150 219 -
CMYK 0.85 0.32 0 0.14
HSL 202.26º 0.74% 0.49% -
HSV(B) 202.26º 0.85% 0.86% -
XYZ 24.32 27.25 71 -
YUV 122.88 182.24 63.89 -
System Red Green Blue C M Y K H S L
Decimal 33 150 219 0.85 0.32 0 0.14 202.26 0.74 0.49
Hex 21 96 DB 55 20 0 E CA 4A 31
Octal 41 226 333 125 40 0 16 312 112 61
Binary 100001 10010110 11011011 1010101 100000 0 1110 11001010 1001010 110001

Color Harmonies of #2196DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2196DB

Black with #2196DB

Text Example


Text Example

White with #2196DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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