Html Css Color HEX #2096C9 Pelorous

📋 copy color: '#2096C9'

red 32 ◦ green 150 ◦ blue 201

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

Shades of Pelorous #2096C9

Tints of Pelorous #2096C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.48%

R = 8.36%
G = 39.16%
B = 52.48%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2096C9 (or 0x2096C9) is known color: Pelorous. HEX triplet: 20, 96 and C9. RGB value is (32,150,201). Sum of RGB (Red+Green+Blue) = 32+150+201=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #2096C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2096C9 is #DF6936. Grayscale: #787878. Windows color (decimal): -14641463 or 13211168. OLE color: 13211168.

HSL color Cylindrical-coordinate representation of color #2096C9: hue angle of 198.11º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2096C9 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 150 201 -
CMYK 0.84 0.25 0 0.21
HSL 198.11º 0.73% 0.46% -
HSV(B) 198.11º 0.84% 0.79% -
XYZ 22.04 26.34 59.18 -
YUV 120.53 173.41 64.85 -
System Red Green Blue C M Y K H S L
Decimal 32 150 201 0.84 0.25 0 0.21 198.11 0.73 0.46
Hex 20 96 C9 54 19 0 15 C6 49 2E
Octal 40 226 311 124 31 0 25 306 111 56
Binary 100000 10010110 11001001 1010100 11001 0 10101 11000110 1001001 101110

Color Harmonies of #2096C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2096C9

Black with #2096C9

Text Example


Text Example

White with #2096C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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