Html Css Color HEX #1796BC Pelorous

📋 copy color: '#1796BC'

red 23 ◦ green 150 ◦ blue 188

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

Shades of Pelorous #1796BC

Tints of Pelorous #1796BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.08%

R = 6.37%
G = 41.55%
B = 52.08%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1796BC (or 0x1796BC) is known color: Pelorous. HEX triplet: 17, 96 and BC. RGB value is (23,150,188). Sum of RGB (Red+Green+Blue) = 23+150+188=361 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.37% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #1796BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1796BC is #E86943. Grayscale: #747474. Windows color (decimal): -15231300 or 12359191. OLE color: 12359191.

HSL color Cylindrical-coordinate representation of color #1796BC: hue angle of 193.82º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1796BC is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 23 150 188 -
CMYK 0.88 0.20 0 0.26
HSL 193.82º 0.78% 0.41% -
HSV(B) 193.82º 0.88% 0.74% -
XYZ 20.34 25.63 51.45 -
YUV 116.36 168.42 61.41 -
System Red Green Blue C M Y K H S L
Decimal 23 150 188 0.88 0.20 0 0.26 193.82 0.78 0.41
Hex 17 96 BC 58 14 0 1A C2 4E 29
Octal 27 226 274 130 24 0 32 302 116 51
Binary 10111 10010110 10111100 1011000 10100 0 11010 11000010 1001110 101001

Color Harmonies of #1796BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1796BC

Black with #1796BC

Text Example


Text Example

White with #1796BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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