Html Css Color HEX #1796DC Pacific Blue

📋 copy color: '#1796DC'

red 23 ◦ green 150 ◦ blue 220

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

Shades of Pacific Blue #1796DC

Tints of Pacific Blue #1796DC

RGB

 RED value IS 23 (9.38% from 255) = 5.85%

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

 BLUE value IS 220 (86.33% from 255) = 55.98%

R = 5.85%
G = 38.17%
B = 55.98%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1796DC (or 0x1796DC) is known color: Pacific Blue. HEX triplet: 17, 96 and DC. RGB value is (23,150,220). Sum of RGB (Red+Green+Blue) = 23+150+220=393 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.85% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #1796DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1796DC is #E86923. Grayscale: #777777. Windows color (decimal): -15231268 or 14456343. OLE color: 14456343.

HSL color Cylindrical-coordinate representation of color #1796DC: hue angle of 201.32º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1796DC is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 150 220 -
CMYK 0.90 0.32 0 0.14
HSL 201.32º 0.81% 0.48% -
HSV(B) 201.32º 0.9% 0.86% -
XYZ 24.18 27.16 71.68 -
YUV 120.01 184.42 58.81 -
System Red Green Blue C M Y K H S L
Decimal 23 150 220 0.90 0.32 0 0.14 201.32 0.81 0.48
Hex 17 96 DC 5A 20 0 E C9 51 30
Octal 27 226 334 132 40 0 16 311 121 60
Binary 10111 10010110 11011100 1011010 100000 0 1110 11001001 1010001 110000

Color Harmonies of #1796DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1796DC

Black with #1796DC

Text Example


Text Example

White with #1796DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1796DC; }

 p { color: rgb(23,150,220); }

 H1.HeaderClassName
 {
   color: #1796DC;
 }
 .AnyTagClassName
 {
   color: #1796DC;
 }
</style>

background-color css

<style>
 a { background-color: #1796DC; }

 a { background-color: rgb(23,150,220); }

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

border-color css

<style>
 span { border-color: #1796DC; }

 span { border-color: rgb(23,150,220); }

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