Html Css Color HEX #198BCD Pacific Blue

📋 copy color: '#198BCD'

red 25 ◦ green 139 ◦ blue 205

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

Shades of Pacific Blue #198BCD

Tints of Pacific Blue #198BCD

RGB

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

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

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

R = 6.78%
G = 37.67%
B = 55.56%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#198BCD (or 0x198BCD) is known color: Pacific Blue. HEX triplet: 19, 8B and CD. RGB value is (25,139,205). Sum of RGB (Red+Green+Blue) = 25+139+205=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #198BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198BCD is #E67432. Grayscale: #707070. Windows color (decimal): -15103027 or 13470489. OLE color: 13470489.

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

Color convert

RGB 25 139 205 -
CMYK 0.88 0.32 0 0.20
HSL 202º 0.78% 0.45% -
HSV(B) 202º 0.88% 0.8% -
XYZ 20.65 23.08 61.12 -
YUV 112.44 180.23 65.63 -
System Red Green Blue C M Y K H S L
Decimal 25 139 205 0.88 0.32 0 0.20 202 0.78 0.45
Hex 19 8B CD 58 20 0 14 CA 4E 2D
Octal 31 213 315 130 40 0 24 312 116 55
Binary 11001 10001011 11001101 1011000 100000 0 10100 11001010 1001110 101101

Color Harmonies of #198BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198BCD

Black with #198BCD

Text Example


Text Example

White with #198BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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