Html Css Color HEX #199BCF Pacific Blue

📋 copy color: '#199BCF'

red 25 ◦ green 155 ◦ blue 207

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

Shades of Pacific Blue #199BCF

Tints of Pacific Blue #199BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.05%

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

R = 6.46%
G = 40.05%
B = 53.49%

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

#199BCF (or 0x199BCF) is known color: Pacific Blue. HEX triplet: 19, 9B and CF. RGB value is (25,155,207). Sum of RGB (Red+Green+Blue) = 25+155+207=387 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.46% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #199BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199BCF is #E66430. Grayscale: #797979. Windows color (decimal): -15098929 or 13605657. OLE color: 13605657.

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

Color convert

RGB 25 155 207 -
CMYK 0.88 0.25 0 0.19
HSL 197.14º 0.78% 0.45% -
HSV(B) 197.14º 0.88% 0.81% -
XYZ 23.38 28.15 63.23 -
YUV 122.06 175.93 58.77 -
System Red Green Blue C M Y K H S L
Decimal 25 155 207 0.88 0.25 0 0.19 197.14 0.78 0.45
Hex 19 9B CF 58 19 0 13 C5 4E 2D
Octal 31 233 317 130 31 0 23 305 116 55
Binary 11001 10011011 11001111 1011000 11001 0 10011 11000101 1001110 101101

Color Harmonies of #199BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199BCF

Black with #199BCF

Text Example


Text Example

White with #199BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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