Html Css Color HEX #198ACE Pacific Blue

📋 copy color: '#198ACE'

red 25 ◦ green 138 ◦ blue 206

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

Shades of Pacific Blue #198ACE

Tints of Pacific Blue #198ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.83%

R = 6.78%
G = 37.4%
B = 55.83%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#198ACE (or 0x198ACE) is known color: Pacific Blue. HEX triplet: 19, 8A and CE. RGB value is (25,138,206). Sum of RGB (Red+Green+Blue) = 25+138+206=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #198ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ACE is #E67531. Grayscale: #6F6F6F. Windows color (decimal): -15103282 or 13535769. OLE color: 13535769.

HSL color Cylindrical-coordinate representation of color #198ACE: hue angle of 202.54º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #198ACE is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 138 206 -
CMYK 0.88 0.33 0 0.19
HSL 202.54º 0.78% 0.45% -
HSV(B) 202.54º 0.88% 0.81% -
XYZ 20.63 22.84 61.71 -
YUV 111.97 181.06 65.97 -
System Red Green Blue C M Y K H S L
Decimal 25 138 206 0.88 0.33 0 0.19 202.54 0.78 0.45
Hex 19 8A CE 58 21 0 13 CB 4E 2D
Octal 31 212 316 130 41 0 23 313 116 55
Binary 11001 10001010 11001110 1011000 100001 0 10011 11001011 1001110 101101

Color Harmonies of #198ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198ACE

Black with #198ACE

Text Example


Text Example

White with #198ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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