Html Css Color HEX #198FCD Pacific Blue

📋 copy color: '#198FCD'

red 25 ◦ green 143 ◦ blue 205

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

Shades of Pacific Blue #198FCD

Tints of Pacific Blue #198FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.34%

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

R = 6.7%
G = 38.34%
B = 54.96%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#198FCD (or 0x198FCD) is known color: Pacific Blue. HEX triplet: 19, 8F and CD. RGB value is (25,143,205). Sum of RGB (Red+Green+Blue) = 25+143+205=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #198FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198FCD is #E67032. Grayscale: #727272. Windows color (decimal): -15102003 or 13471513. OLE color: 13471513.

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

Color convert

RGB 25 143 205 -
CMYK 0.88 0.30 0 0.20
HSL 200.67º 0.78% 0.45% -
HSV(B) 200.67º 0.88% 0.8% -
XYZ 21.24 24.26 61.32 -
YUV 114.79 178.91 63.96 -
System Red Green Blue C M Y K H S L
Decimal 25 143 205 0.88 0.30 0 0.20 200.67 0.78 0.45
Hex 19 8F CD 58 1E 0 14 C9 4E 2D
Octal 31 217 315 130 36 0 24 311 116 55
Binary 11001 10001111 11001101 1011000 11110 0 10100 11001001 1001110 101101

Color Harmonies of #198FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198FCD

Black with #198FCD

Text Example


Text Example

White with #198FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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