Html Css Color HEX #198DCD Pacific Blue

📋 copy color: '#198DCD'

red 25 ◦ green 141 ◦ blue 205

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

Shades of Pacific Blue #198DCD

Tints of Pacific Blue #198DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.01%

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

R = 6.74%
G = 38.01%
B = 55.26%

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

#198DCD (or 0x198DCD) is known color: Pacific Blue. HEX triplet: 19, 8D and CD. RGB value is (25,141,205). Sum of RGB (Red+Green+Blue) = 25+141+205=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #198DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198DCD is #E67232. Grayscale: #717171. Windows color (decimal): -15102515 or 13471001. OLE color: 13471001.

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

Color convert

RGB 25 141 205 -
CMYK 0.88 0.31 0 0.20
HSL 201.33º 0.78% 0.45% -
HSV(B) 201.33º 0.88% 0.8% -
XYZ 20.95 23.66 61.22 -
YUV 113.61 179.57 64.8 -
System Red Green Blue C M Y K H S L
Decimal 25 141 205 0.88 0.31 0 0.20 201.33 0.78 0.45
Hex 19 8D CD 58 1F 0 14 C9 4E 2D
Octal 31 215 315 130 37 0 24 311 116 55
Binary 11001 10001101 11001101 1011000 11111 0 10100 11001001 1001110 101101

Color Harmonies of #198DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198DCD

Black with #198DCD

Text Example


Text Example

White with #198DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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