Html Css Color HEX #1796BD Pelorous

📋 copy color: '#1796BD'

red 23 ◦ green 150 ◦ blue 189

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

Shades of Pelorous #1796BD

Tints of Pelorous #1796BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.21%

R = 6.35%
G = 41.44%
B = 52.21%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1796BD (or 0x1796BD) is known color: Pelorous. HEX triplet: 17, 96 and BD. RGB value is (23,150,189). Sum of RGB (Red+Green+Blue) = 23+150+189=362 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.35% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #1796BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1796BD is #E86942. Grayscale: #747474. Windows color (decimal): -15231299 or 12424727. OLE color: 12424727.

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

Color convert

RGB 23 150 189 -
CMYK 0.88 0.21 0 0.26
HSL 194.1º 0.78% 0.42% -
HSV(B) 194.1º 0.88% 0.74% -
XYZ 20.45 25.67 52.02 -
YUV 116.47 168.92 61.33 -
System Red Green Blue C M Y K H S L
Decimal 23 150 189 0.88 0.21 0 0.26 194.1 0.78 0.42
Hex 17 96 BD 58 15 0 1A C2 4E 2A
Octal 27 226 275 130 25 0 32 302 116 52
Binary 10111 10010110 10111101 1011000 10101 0 11010 11000010 1001110 101010

Color Harmonies of #1796BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1796BD

Black with #1796BD

Text Example


Text Example

White with #1796BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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