Html Css Color HEX #198ECD Pacific Blue

📋 copy color: '#198ECD'

red 25 ◦ green 142 ◦ blue 205

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

Shades of Pacific Blue #198ECD

Tints of Pacific Blue #198ECD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.17%

 BLUE value IS 205 (80.47% from 255) = 55.11%

R = 6.72%
G = 38.17%
B = 55.11%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#198ECD (or 0x198ECD) is known color: Pacific Blue. HEX triplet: 19, 8E and CD. RGB value is (25,142,205). Sum of RGB (Red+Green+Blue) = 25+142+205=372 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.72% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #198ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ECD is #E67132. Grayscale: #717171. Windows color (decimal): -15102259 or 13471257. OLE color: 13471257.

HSL color Cylindrical-coordinate representation of color #198ECD: hue angle of 201º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #198ECD is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 142 205 -
CMYK 0.88 0.31 0 0.20
HSL 201º 0.78% 0.45% -
HSV(B) 201º 0.88% 0.8% -
XYZ 21.09 23.96 61.27 -
YUV 114.2 179.24 64.38 -
System Red Green Blue C M Y K H S L
Decimal 25 142 205 0.88 0.31 0 0.20 201 0.78 0.45
Hex 19 8E CD 58 1F 0 14 C9 4E 2D
Octal 31 216 315 130 37 0 24 311 116 55
Binary 11001 10001110 11001101 1011000 11111 0 10100 11001001 1001110 101101

Color Harmonies of #198ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198ECD

Black with #198ECD

Text Example


Text Example

White with #198ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198ECD; }

 p { color: rgb(25,142,205); }

 H1.HeaderClassName
 {
   color: #198ECD;
 }
 .AnyTagClassName
 {
   color: #198ECD;
 }
</style>

background-color css

<style>
 a { background-color: #198ECD; }

 a { background-color: rgb(25,142,205); }

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

border-color css

<style>
 span { border-color: #198ECD; }

 span { border-color: rgb(25,142,205); }

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