Html Css Color HEX #198CCC Pacific Blue

📋 copy color: '#198CCC'

red 25 ◦ green 140 ◦ blue 204

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

Shades of Pacific Blue #198CCC

Tints of Pacific Blue #198CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.94%

 BLUE value IS 204 (80.08% from 255) = 55.28%

R = 6.78%
G = 37.94%
B = 55.28%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#198CCC (or 0x198CCC) is known color: Pacific Blue. HEX triplet: 19, 8C and CC. RGB value is (25,140,204). Sum of RGB (Red+Green+Blue) = 25+140+204=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #198CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198CCC is #E67333. Grayscale: #707070. Windows color (decimal): -15102772 or 13405209. OLE color: 13405209.

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

Color convert

RGB 25 140 204 -
CMYK 0.88 0.31 0 0.2
HSL 201.45º 0.78% 0.45% -
HSV(B) 201.45º 0.88% 0.8% -
XYZ 20.68 23.32 60.54 -
YUV 112.91 179.4 65.3 -
System Red Green Blue C M Y K H S L
Decimal 25 140 204 0.88 0.31 0 0.2 201.45 0.78 0.45
Hex 19 8C CC 58 1F 0 14 C9 4E 2D
Octal 31 214 314 130 37 0 24 311 116 55
Binary 11001 10001100 11001100 1011000 11111 0 10100 11001001 1001110 101101

Color Harmonies of #198CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198CCC

Black with #198CCC

Text Example


Text Example

White with #198CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,140,204); }

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

background-color css

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

 a { background-color: rgb(25,140,204); }

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

border-color css

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

 span { border-color: rgb(25,140,204); }

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