Html Css Color HEX #199ECF Pacific Blue

📋 copy color: '#199ECF'

red 25 ◦ green 158 ◦ blue 207

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

Shades of Pacific Blue #199ECF

Tints of Pacific Blue #199ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.08%

R = 6.41%
G = 40.51%
B = 53.08%

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

#199ECF (or 0x199ECF) is known color: Pacific Blue. HEX triplet: 19, 9E and CF. RGB value is (25,158,207). Sum of RGB (Red+Green+Blue) = 25+158+207=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #199ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ECF is #E66130. Grayscale: #7B7B7B. Windows color (decimal): -15098161 or 13606425. OLE color: 13606425.

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

Color convert

RGB 25 158 207 -
CMYK 0.88 0.24 0 0.19
HSL 196.15º 0.78% 0.45% -
HSV(B) 196.15º 0.88% 0.81% -
XYZ 23.89 29.17 63.4 -
YUV 123.82 174.94 57.52 -
System Red Green Blue C M Y K H S L
Decimal 25 158 207 0.88 0.24 0 0.19 196.15 0.78 0.45
Hex 19 9E CF 58 18 0 13 C4 4E 2D
Octal 31 236 317 130 30 0 23 304 116 55
Binary 11001 10011110 11001111 1011000 11000 0 10011 11000100 1001110 101101

Color Harmonies of #199ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199ECF

Black with #199ECF

Text Example


Text Example

White with #199ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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