Html Css Color HEX #1996B6 Pelorous

📋 copy color: '#1996B6'

red 25 ◦ green 150 ◦ blue 182

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

Shades of Pelorous #1996B6

Tints of Pelorous #1996B6

RGB

 RED value IS 25 (10.16% from 255) = 7%

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

 BLUE value IS 182 (71.48% from 255) = 50.98%

R = 7%
G = 42.02%
B = 50.98%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1996B6 (or 0x1996B6) is known color: Pelorous. HEX triplet: 19, 96 and B6. RGB value is (25,150,182). Sum of RGB (Red+Green+Blue) = 25+150+182=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #1996B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1996B6 is #E66949. Grayscale: #747474. Windows color (decimal): -15100234 or 11965977. OLE color: 11965977.

HSL color Cylindrical-coordinate representation of color #1996B6: hue angle of 192.23º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1996B6 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 150 182 -
CMYK 0.86 0.18 0 0.29
HSL 192.23º 0.76% 0.41% -
HSV(B) 192.23º 0.86% 0.71% -
XYZ 19.75 25.4 48.12 -
YUV 116.27 165.09 62.9 -
System Red Green Blue C M Y K H S L
Decimal 25 150 182 0.86 0.18 0 0.29 192.23 0.76 0.41
Hex 19 96 B6 56 12 0 1D C0 4C 29
Octal 31 226 266 126 22 0 35 300 114 51
Binary 11001 10010110 10110110 1010110 10010 0 11101 11000000 1001100 101001

Color Harmonies of #1996B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1996B6

Black with #1996B6

Text Example


Text Example

White with #1996B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1996B6; }

 p { color: rgb(25,150,182); }

 H1.HeaderClassName
 {
   color: #1996B6;
 }
 .AnyTagClassName
 {
   color: #1996B6;
 }
</style>

background-color css

<style>
 a { background-color: #1996B6; }

 a { background-color: rgb(25,150,182); }

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

border-color css

<style>
 span { border-color: #1996B6; }

 span { border-color: rgb(25,150,182); }

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