Html Css Color HEX #1999C6 Pelorous

📋 copy color: '#1999C6'

red 25 ◦ green 153 ◦ blue 198

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

Shades of Pelorous #1999C6

Tints of Pelorous #1999C6

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.69%

 BLUE value IS 198 (77.73% from 255) = 52.66%

R = 6.65%
G = 40.69%
B = 52.66%

CMYK

 C value IS 0.87

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1999C6 (or 0x1999C6) is known color: Pelorous. HEX triplet: 19, 99 and C6. RGB value is (25,153,198). Sum of RGB (Red+Green+Blue) = 25+153+198=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 198 (77.73% from 255 or 52.66% from 376); Max value from RGB is 198 - color contains mainly: blue. Hex color #1999C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1999C6 is #E66639. Grayscale: #777777. Windows color (decimal): -15099450 or 13015321. OLE color: 13015321.

HSL color Cylindrical-coordinate representation of color #1999C6: hue angle of 195.61º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1999C6 is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 25 153 198 -
CMYK 0.87 0.23 0 0.22
HSL 195.61º 0.78% 0.44% -
HSV(B) 195.61º 0.87% 0.78% -
XYZ 21.99 27.07 57.49 -
YUV 119.86 172.09 60.34 -
System Red Green Blue C M Y K H S L
Decimal 25 153 198 0.87 0.23 0 0.22 195.61 0.78 0.44
Hex 19 99 C6 57 17 0 16 C4 4E 2C
Octal 31 231 306 127 27 0 26 304 116 54
Binary 11001 10011001 11000110 1010111 10111 0 10110 11000100 1001110 101100

Color Harmonies of #1999C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1999C6

Black with #1999C6

Text Example


Text Example

White with #1999C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1999C6; }

 p { color: rgb(25,153,198); }

 H1.HeaderClassName
 {
   color: #1999C6;
 }
 .AnyTagClassName
 {
   color: #1999C6;
 }
</style>

background-color css

<style>
 a { background-color: #1999C6; }

 a { background-color: rgb(25,153,198); }

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

border-color css

<style>
 span { border-color: #1999C6; }

 span { border-color: rgb(25,153,198); }

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