Html Css Color HEX #2096CE Pelorous

📋 copy color: '#2096CE'

red 32 ◦ green 150 ◦ blue 206

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

Shades of Pelorous #2096CE

Tints of Pelorous #2096CE

RGB

 RED value IS 32 (12.89% from 255) = 8.25%

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

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

R = 8.25%
G = 38.66%
B = 53.09%

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

#2096CE (or 0x2096CE) is known color: Pelorous. HEX triplet: 20, 96 and CE. RGB value is (32,150,206). Sum of RGB (Red+Green+Blue) = 32+150+206=388 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.25% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #2096CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2096CE is #DF6931. Grayscale: #787878. Windows color (decimal): -14641458 or 13538848. OLE color: 13538848.

HSL color Cylindrical-coordinate representation of color #2096CE: hue angle of 199.31º degrees, saturation: 0.73, 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 #2096CE is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 150 206 -
CMYK 0.84 0.27 0 0.19
HSL 199.31º 0.73% 0.47% -
HSV(B) 199.31º 0.84% 0.81% -
XYZ 22.64 26.58 62.33 -
YUV 121.1 175.91 64.45 -
System Red Green Blue C M Y K H S L
Decimal 32 150 206 0.84 0.27 0 0.19 199.31 0.73 0.47
Hex 20 96 CE 54 1B 0 13 C7 49 2F
Octal 40 226 316 124 33 0 23 307 111 57
Binary 100000 10010110 11001110 1010100 11011 0 10011 11000111 1001001 101111

Color Harmonies of #2096CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2096CE

Black with #2096CE

Text Example


Text Example

White with #2096CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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