Html Css Color HEX #199FCB Pacific Blue

📋 copy color: '#199FCB'

red 25 ◦ green 159 ◦ blue 203

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

Shades of Pacific Blue #199FCB

Tints of Pacific Blue #199FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.09%

 BLUE value IS 203 (79.69% from 255) = 52.45%

R = 6.46%
G = 41.09%
B = 52.45%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#199FCB (or 0x199FCB) is known color: Pacific Blue. HEX triplet: 19, 9F and CB. RGB value is (25,159,203). Sum of RGB (Red+Green+Blue) = 25+159+203=387 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.46% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #199FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199FCB is #E66034. Grayscale: #7B7B7B. Windows color (decimal): -15097909 or 13344537. OLE color: 13344537.

HSL color Cylindrical-coordinate representation of color #199FCB: hue angle of 194.83º 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 #199FCB is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 159 203 -
CMYK 0.88 0.22 0 0.20
HSL 194.83º 0.78% 0.45% -
HSV(B) 194.83º 0.88% 0.8% -
XYZ 23.58 29.31 60.92 -
YUV 123.95 172.61 57.42 -
System Red Green Blue C M Y K H S L
Decimal 25 159 203 0.88 0.22 0 0.20 194.83 0.78 0.45
Hex 19 9F CB 58 16 0 14 C3 4E 2D
Octal 31 237 313 130 26 0 24 303 116 55
Binary 11001 10011111 11001011 1011000 10110 0 10100 11000011 1001110 101101

Color Harmonies of #199FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199FCB

Black with #199FCB

Text Example


Text Example

White with #199FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,159,203); }

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

background-color css

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

 a { background-color: rgb(25,159,203); }

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

border-color css

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

 span { border-color: rgb(25,159,203); }

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