Html Css Color HEX #199CCB Pacific Blue

📋 copy color: '#199CCB'

red 25 ◦ green 156 ◦ blue 203

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

Shades of Pacific Blue #199CCB

Tints of Pacific Blue #199CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.63%

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

R = 6.51%
G = 40.63%
B = 52.86%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#199CCB (or 0x199CCB) is known color: Pacific Blue. HEX triplet: 19, 9C and CB. RGB value is (25,156,203). Sum of RGB (Red+Green+Blue) = 25+156+203=384 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.51% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #199CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CCB is #E66334. Grayscale: #797979. Windows color (decimal): -15098677 or 13343769. OLE color: 13343769.

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

Color convert

RGB 25 156 203 -
CMYK 0.88 0.23 0 0.20
HSL 195.84º 0.78% 0.45% -
HSV(B) 195.84º 0.88% 0.8% -
XYZ 23.07 28.3 60.75 -
YUV 122.19 173.6 58.68 -
System Red Green Blue C M Y K H S L
Decimal 25 156 203 0.88 0.23 0 0.20 195.84 0.78 0.45
Hex 19 9C CB 58 17 0 14 C4 4E 2D
Octal 31 234 313 130 27 0 24 304 116 55
Binary 11001 10011100 11001011 1011000 10111 0 10100 11000100 1001110 101101

Color Harmonies of #199CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199CCB

Black with #199CCB

Text Example


Text Example

White with #199CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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