Html Css Color HEX #199DD0 Pacific Blue

📋 copy color: '#199DD0'

red 25 ◦ green 157 ◦ blue 208

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

Shades of Pacific Blue #199DD0

Tints of Pacific Blue #199DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.33%

R = 6.41%
G = 40.26%
B = 53.33%

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

#199DD0 (or 0x199DD0) is known color: Pacific Blue. HEX triplet: 19, 9D and D0. RGB value is (25,157,208). Sum of RGB (Red+Green+Blue) = 25+157+208=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 208 (81.64% from 255 or 53.33% from 390); Max value from RGB is 208 - color contains mainly: blue. Hex color #199DD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DD0 is #E6622F. Grayscale: #7B7B7B. Windows color (decimal): -15098416 or 13671705. OLE color: 13671705.

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

Color convert

RGB 25 157 208 -
CMYK 0.88 0.25 0 0.18
HSL 196.72º 0.79% 0.46% -
HSV(B) 196.72º 0.88% 0.82% -
XYZ 23.84 28.87 63.99 -
YUV 123.35 175.77 57.85 -
System Red Green Blue C M Y K H S L
Decimal 25 157 208 0.88 0.25 0 0.18 196.72 0.79 0.46
Hex 19 9D D0 58 19 0 12 C5 4F 2E
Octal 31 235 320 130 31 0 22 305 117 56
Binary 11001 10011101 11010000 1011000 11001 0 10010 11000101 1001111 101110

Color Harmonies of #199DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DD0

Black with #199DD0

Text Example


Text Example

White with #199DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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