Html Css Color HEX #198ED1 Pacific Blue

📋 copy color: '#198ED1'

red 25 ◦ green 142 ◦ blue 209

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

Shades of Pacific Blue #198ED1

Tints of Pacific Blue #198ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 55.59%

R = 6.65%
G = 37.77%
B = 55.59%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#198ED1 (or 0x198ED1) is known color: Pacific Blue. HEX triplet: 19, 8E and D1. RGB value is (25,142,209). Sum of RGB (Red+Green+Blue) = 25+142+209=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 209 (82.03% from 255 or 55.59% from 376); Max value from RGB is 209 - color contains mainly: blue. Hex color #198ED1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ED1 is #E6712E. Grayscale: #727272. Windows color (decimal): -15102255 or 13733401. OLE color: 13733401.

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

Color convert

RGB 25 142 209 -
CMYK 0.88 0.32 0 0.18
HSL 201.85º 0.79% 0.46% -
HSV(B) 201.85º 0.88% 0.82% -
XYZ 21.58 24.16 63.85 -
YUV 114.66 181.24 64.05 -
System Red Green Blue C M Y K H S L
Decimal 25 142 209 0.88 0.32 0 0.18 201.85 0.79 0.46
Hex 19 8E D1 58 20 0 12 CA 4F 2E
Octal 31 216 321 130 40 0 22 312 117 56
Binary 11001 10001110 11010001 1011000 100000 0 10010 11001010 1001111 101110

Color Harmonies of #198ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198ED1

Black with #198ED1

Text Example


Text Example

White with #198ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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