Html Css Color HEX #199CCF Pacific Blue

📋 copy color: '#199CCF'

red 25 ◦ green 156 ◦ blue 207

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

Shades of Pacific Blue #199CCF

Tints of Pacific Blue #199CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.35%

R = 6.44%
G = 40.21%
B = 53.35%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#199CCF (or 0x199CCF) is known color: Pacific Blue. HEX triplet: 19, 9C and CF. RGB value is (25,156,207). Sum of RGB (Red+Green+Blue) = 25+156+207=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #199CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CCF is #E66330. Grayscale: #7A7A7A. Windows color (decimal): -15098673 or 13605913. OLE color: 13605913.

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

Color convert

RGB 25 156 207 -
CMYK 0.88 0.25 0 0.19
HSL 196.81º 0.78% 0.45% -
HSV(B) 196.81º 0.88% 0.81% -
XYZ 23.55 28.49 63.29 -
YUV 122.65 175.6 58.35 -
System Red Green Blue C M Y K H S L
Decimal 25 156 207 0.88 0.25 0 0.19 196.81 0.78 0.45
Hex 19 9C CF 58 19 0 13 C5 4E 2D
Octal 31 234 317 130 31 0 23 305 116 55
Binary 11001 10011100 11001111 1011000 11001 0 10011 11000101 1001110 101101

Color Harmonies of #199CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199CCF

Black with #199CCF

Text Example


Text Example

White with #199CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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