Html Css Color HEX #1796CB Pacific Blue

📋 copy color: '#1796CB'

red 23 ◦ green 150 ◦ blue 203

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

Shades of Pacific Blue #1796CB

Tints of Pacific Blue #1796CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.99%

R = 6.12%
G = 39.89%
B = 53.99%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1796CB (or 0x1796CB) is known color: Pacific Blue. HEX triplet: 17, 96 and CB. RGB value is (23,150,203). Sum of RGB (Red+Green+Blue) = 23+150+203=376 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.12% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #1796CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1796CB is #E86934. Grayscale: #757575. Windows color (decimal): -15231285 or 13342231. OLE color: 13342231.

HSL color Cylindrical-coordinate representation of color #1796CB: hue angle of 197.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1796CB is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 23 150 203 -
CMYK 0.89 0.26 0 0.20
HSL 197.67º 0.8% 0.44% -
HSV(B) 197.67º 0.89% 0.8% -
XYZ 22.04 26.31 60.42 -
YUV 118.07 175.92 60.19 -
System Red Green Blue C M Y K H S L
Decimal 23 150 203 0.89 0.26 0 0.20 197.67 0.8 0.44
Hex 17 96 CB 59 1A 0 14 C6 50 2C
Octal 27 226 313 131 32 0 24 306 120 54
Binary 10111 10010110 11001011 1011001 11010 0 10100 11000110 1010000 101100

Color Harmonies of #1796CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1796CB

Black with #1796CB

Text Example


Text Example

White with #1796CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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