Html Css Color HEX #199DD2 Pacific Blue

📋 copy color: '#199DD2'

red 25 ◦ green 157 ◦ blue 210

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

Shades of Pacific Blue #199DD2

Tints of Pacific Blue #199DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 53.57%

R = 6.38%
G = 40.05%
B = 53.57%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#199DD2 (or 0x199DD2) is known color: Pacific Blue. HEX triplet: 19, 9D and D2. RGB value is (25,157,210). Sum of RGB (Red+Green+Blue) = 25+157+210=392 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.38% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 210 (82.42% from 255 or 53.57% from 392); Max value from RGB is 210 - color contains mainly: blue. Hex color #199DD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DD2 is #E6622D. Grayscale: #7B7B7B. Windows color (decimal): -15098414 or 13802777. OLE color: 13802777.

HSL color Cylindrical-coordinate representation of color #199DD2: hue angle of 197.19º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #199DD2 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 25 157 210 -
CMYK 0.88 0.25 0 0.18
HSL 197.19º 0.79% 0.46% -
HSV(B) 197.19º 0.88% 0.82% -
XYZ 24.09 28.97 65.3 -
YUV 123.57 176.77 57.69 -
System Red Green Blue C M Y K H S L
Decimal 25 157 210 0.88 0.25 0 0.18 197.19 0.79 0.46
Hex 19 9D D2 58 19 0 12 C5 4F 2E
Octal 31 235 322 130 31 0 22 305 117 56
Binary 11001 10011101 11010010 1011000 11001 0 10010 11000101 1001111 101110

Color Harmonies of #199DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DD2

Black with #199DD2

Text Example


Text Example

White with #199DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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