Html Css Color HEX #198AD5 Pacific Blue

📋 copy color: '#198AD5'

red 25 ◦ green 138 ◦ blue 213

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

Shades of Pacific Blue #198AD5

Tints of Pacific Blue #198AD5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.7%

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

R = 6.65%
G = 36.7%
B = 56.65%

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

#198AD5 (or 0x198AD5) is known color: Pacific Blue. HEX triplet: 19, 8A and D5. RGB value is (25,138,213). Sum of RGB (Red+Green+Blue) = 25+138+213=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #198AD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198AD5 is #E6752A. Grayscale: #707070. Windows color (decimal): -15103275 or 13994521. OLE color: 13994521.

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

Color convert

RGB 25 138 213 -
CMYK 0.88 0.35 0 0.16
HSL 203.94º 0.79% 0.47% -
HSV(B) 203.94º 0.88% 0.84% -
XYZ 21.5 23.19 66.29 -
YUV 112.76 184.56 65.4 -
System Red Green Blue C M Y K H S L
Decimal 25 138 213 0.88 0.35 0 0.16 203.94 0.79 0.47
Hex 19 8A D5 58 23 0 10 CC 4F 2F
Octal 31 212 325 130 43 0 20 314 117 57
Binary 11001 10001010 11010101 1011000 100011 0 10000 11001100 1001111 101111

Color Harmonies of #198AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198AD5

Black with #198AD5

Text Example


Text Example

White with #198AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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