Html Css Color HEX #199DD6 Pacific Blue

📋 copy color: '#199DD6'

red 25 ◦ green 157 ◦ blue 214

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

Shades of Pacific Blue #199DD6

Tints of Pacific Blue #199DD6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.65%

 BLUE value IS 214 (83.98% from 255) = 54.04%

R = 6.31%
G = 39.65%
B = 54.04%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#199DD6 (or 0x199DD6) is known color: Pacific Blue. HEX triplet: 19, 9D and D6. RGB value is (25,157,214). Sum of RGB (Red+Green+Blue) = 25+157+214=396 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.31% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 214 (83.98% from 255 or 54.04% from 396); Max value from RGB is 214 - color contains mainly: blue. Hex color #199DD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DD6 is #E66229. Grayscale: #7B7B7B. Windows color (decimal): -15098410 or 14064921. OLE color: 14064921.

HSL color Cylindrical-coordinate representation of color #199DD6: hue angle of 198.1º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #199DD6 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 157 214 -
CMYK 0.88 0.27 0 0.16
HSL 198.1º 0.79% 0.47% -
HSV(B) 198.1º 0.88% 0.84% -
XYZ 24.6 29.18 67.95 -
YUV 124.03 178.77 57.37 -
System Red Green Blue C M Y K H S L
Decimal 25 157 214 0.88 0.27 0 0.16 198.1 0.79 0.47
Hex 19 9D D6 58 1B 0 10 C6 4F 2F
Octal 31 235 326 130 33 0 20 306 117 57
Binary 11001 10011101 11010110 1011000 11011 0 10000 11000110 1001111 101111

Color Harmonies of #199DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DD6

Black with #199DD6

Text Example


Text Example

White with #199DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,157,214); }

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

background-color css

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

 a { background-color: rgb(25,157,214); }

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

border-color css

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

 span { border-color: rgb(25,157,214); }

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