Html Css Color HEX #198BD5 Pacific Blue

📋 copy color: '#198BD5'

red 25 ◦ green 139 ◦ blue 213

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

Shades of Pacific Blue #198BD5

Tints of Pacific Blue #198BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 56.5%

R = 6.63%
G = 36.87%
B = 56.5%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#198BD5 (or 0x198BD5) is known color: Pacific Blue. HEX triplet: 19, 8B and D5. RGB value is (25,139,213). Sum of RGB (Red+Green+Blue) = 25+139+213=377 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.63% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #198BD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198BD5 is #E6742A. Grayscale: #707070. Windows color (decimal): -15103019 or 13994777. OLE color: 13994777.

HSL color Cylindrical-coordinate representation of color #198BD5: hue angle of 203.62º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #198BD5 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 139 213 -
CMYK 0.88 0.35 0 0.16
HSL 203.62º 0.79% 0.47% -
HSV(B) 203.62º 0.88% 0.84% -
XYZ 21.64 23.48 66.34 -
YUV 113.35 184.23 64.98 -
System Red Green Blue C M Y K H S L
Decimal 25 139 213 0.88 0.35 0 0.16 203.62 0.79 0.47
Hex 19 8B D5 58 23 0 10 CC 4F 2F
Octal 31 213 325 130 43 0 20 314 117 57
Binary 11001 10001011 11010101 1011000 100011 0 10000 11001100 1001111 101111

Color Harmonies of #198BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198BD5

Black with #198BD5

Text Example


Text Example

White with #198BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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