Html Css Color HEX #199DCE Pacific Blue

📋 copy color: '#199DCE'

red 25 ◦ green 157 ◦ blue 206

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

Shades of Pacific Blue #199DCE

Tints of Pacific Blue #199DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 6.44%
G = 40.46%
B = 53.09%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#199DCE (or 0x199DCE) is known color: Pacific Blue. HEX triplet: 19, 9D and CE. RGB value is (25,157,206). Sum of RGB (Red+Green+Blue) = 25+157+206=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #199DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DCE is #E66231. Grayscale: #7A7A7A. Windows color (decimal): -15098418 or 13540633. OLE color: 13540633.

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

Color convert

RGB 25 157 206 -
CMYK 0.88 0.24 0 0.19
HSL 196.24º 0.78% 0.45% -
HSV(B) 196.24º 0.88% 0.81% -
XYZ 23.6 28.78 62.7 -
YUV 123.12 174.77 58.02 -
System Red Green Blue C M Y K H S L
Decimal 25 157 206 0.88 0.24 0 0.19 196.24 0.78 0.45
Hex 19 9D CE 58 18 0 13 C4 4E 2D
Octal 31 235 316 130 30 0 23 304 116 55
Binary 11001 10011101 11001110 1011000 11000 0 10011 11000100 1001110 101101

Color Harmonies of #199DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DCE

Black with #199DCE

Text Example


Text Example

White with #199DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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