Html Css Color HEX #199ECC Pacific Blue

📋 copy color: '#199ECC'

red 25 ◦ green 158 ◦ blue 204

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

Shades of Pacific Blue #199ECC

Tints of Pacific Blue #199ECC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.83%

 BLUE value IS 204 (80.08% from 255) = 52.71%

R = 6.46%
G = 40.83%
B = 52.71%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#199ECC (or 0x199ECC) is known color: Pacific Blue. HEX triplet: 19, 9E and CC. RGB value is (25,158,204). Sum of RGB (Red+Green+Blue) = 25+158+204=387 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.46% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #199ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ECC is #E66133. Grayscale: #7B7B7B. Windows color (decimal): -15098164 or 13409817. OLE color: 13409817.

HSL color Cylindrical-coordinate representation of color #199ECC: hue angle of 195.42º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #199ECC is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 25 158 204 -
CMYK 0.88 0.23 0 0.2
HSL 195.42º 0.78% 0.45% -
HSV(B) 195.42º 0.88% 0.8% -
XYZ 23.53 29.02 61.49 -
YUV 123.48 173.44 57.76 -
System Red Green Blue C M Y K H S L
Decimal 25 158 204 0.88 0.23 0 0.2 195.42 0.78 0.45
Hex 19 9E CC 58 17 0 14 C3 4E 2D
Octal 31 236 314 130 27 0 24 303 116 55
Binary 11001 10011110 11001100 1011000 10111 0 10100 11000011 1001110 101101

Color Harmonies of #199ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199ECC

Black with #199ECC

Text Example


Text Example

White with #199ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199ECC; }

 p { color: rgb(25,158,204); }

 H1.HeaderClassName
 {
   color: #199ECC;
 }
 .AnyTagClassName
 {
   color: #199ECC;
 }
</style>

background-color css

<style>
 a { background-color: #199ECC; }

 a { background-color: rgb(25,158,204); }

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

border-color css

<style>
 span { border-color: #199ECC; }

 span { border-color: rgb(25,158,204); }

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