Html Css Color HEX #198ACD Pacific Blue

📋 copy color: '#198ACD'

red 25 ◦ green 138 ◦ blue 205

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

Shades of Pacific Blue #198ACD

Tints of Pacific Blue #198ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.5%

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

R = 6.79%
G = 37.5%
B = 55.71%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#198ACD (or 0x198ACD) is known color: Pacific Blue. HEX triplet: 19, 8A and CD. RGB value is (25,138,205). Sum of RGB (Red+Green+Blue) = 25+138+205=368 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.79% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #198ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ACD is #E67532. Grayscale: #6F6F6F. Windows color (decimal): -15103283 or 13470233. OLE color: 13470233.

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

Color convert

RGB 25 138 205 -
CMYK 0.88 0.33 0 0.20
HSL 202.33º 0.78% 0.45% -
HSV(B) 202.33º 0.88% 0.8% -
XYZ 20.51 22.79 61.08 -
YUV 111.85 180.56 66.05 -
System Red Green Blue C M Y K H S L
Decimal 25 138 205 0.88 0.33 0 0.20 202.33 0.78 0.45
Hex 19 8A CD 58 21 0 14 CA 4E 2D
Octal 31 212 315 130 41 0 24 312 116 55
Binary 11001 10001010 11001101 1011000 100001 0 10100 11001010 1001110 101101

Color Harmonies of #198ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198ACD

Black with #198ACD

Text Example


Text Example

White with #198ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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