Html Css Color HEX #198BCC Pacific Blue

📋 copy color: '#198BCC'

red 25 ◦ green 139 ◦ blue 204

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

Shades of Pacific Blue #198BCC

Tints of Pacific Blue #198BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.77%

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

R = 6.79%
G = 37.77%
B = 55.43%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#198BCC (or 0x198BCC) is known color: Pacific Blue. HEX triplet: 19, 8B and CC. RGB value is (25,139,204). Sum of RGB (Red+Green+Blue) = 25+139+204=368 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.79% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #198BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198BCC is #E67433. Grayscale: #6F6F6F. Windows color (decimal): -15103028 or 13404953. OLE color: 13404953.

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

Color convert

RGB 25 139 204 -
CMYK 0.88 0.32 0 0.2
HSL 201.79º 0.78% 0.45% -
HSV(B) 201.79º 0.88% 0.8% -
XYZ 20.53 23.03 60.49 -
YUV 112.32 179.73 65.71 -
System Red Green Blue C M Y K H S L
Decimal 25 139 204 0.88 0.32 0 0.2 201.79 0.78 0.45
Hex 19 8B CC 58 20 0 14 CA 4E 2D
Octal 31 213 314 130 40 0 24 312 116 55
Binary 11001 10001011 11001100 1011000 100000 0 10100 11001010 1001110 101101

Color Harmonies of #198BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198BCC

Black with #198BCC

Text Example


Text Example

White with #198BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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