Html Css Color HEX #199ED2 Pacific Blue

📋 copy color: '#199ED2'

red 25 ◦ green 158 ◦ blue 210

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

Shades of Pacific Blue #199ED2

Tints of Pacific Blue #199ED2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.2%

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

R = 6.36%
G = 40.2%
B = 53.44%

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

#199ED2 (or 0x199ED2) is known color: Pacific Blue. HEX triplet: 19, 9E and D2. RGB value is (25,158,210). Sum of RGB (Red+Green+Blue) = 25+158+210=393 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.36% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 210 (82.42% from 255 or 53.44% from 393); Max value from RGB is 210 - color contains mainly: blue. Hex color #199ED2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ED2 is #E6612D. Grayscale: #7B7B7B. Windows color (decimal): -15098158 or 13803033. OLE color: 13803033.

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

Color convert

RGB 25 158 210 -
CMYK 0.88 0.25 0 0.18
HSL 196.86º 0.79% 0.46% -
HSV(B) 196.86º 0.88% 0.82% -
XYZ 24.26 29.31 65.35 -
YUV 124.16 176.44 57.27 -
System Red Green Blue C M Y K H S L
Decimal 25 158 210 0.88 0.25 0 0.18 196.86 0.79 0.46
Hex 19 9E D2 58 19 0 12 C5 4F 2E
Octal 31 236 322 130 31 0 22 305 117 56
Binary 11001 10011110 11010010 1011000 11001 0 10010 11000101 1001111 101110

Color Harmonies of #199ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199ED2

Black with #199ED2

Text Example


Text Example

White with #199ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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