Html Css Color HEX #198CCE Pacific Blue

📋 copy color: '#198CCE'

red 25 ◦ green 140 ◦ blue 206

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

Shades of Pacific Blue #198CCE

Tints of Pacific Blue #198CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.74%

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

R = 6.74%
G = 37.74%
B = 55.53%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#198CCE (or 0x198CCE) is known color: Pacific Blue. HEX triplet: 19, 8C and CE. RGB value is (25,140,206). Sum of RGB (Red+Green+Blue) = 25+140+206=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #198CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198CCE is #E67331. Grayscale: #707070. Windows color (decimal): -15102770 or 13536281. OLE color: 13536281.

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

Color convert

RGB 25 140 206 -
CMYK 0.88 0.32 0 0.19
HSL 201.88º 0.78% 0.45% -
HSV(B) 201.88º 0.88% 0.81% -
XYZ 20.92 23.42 61.81 -
YUV 113.14 180.4 65.13 -
System Red Green Blue C M Y K H S L
Decimal 25 140 206 0.88 0.32 0 0.19 201.88 0.78 0.45
Hex 19 8C CE 58 20 0 13 CA 4E 2D
Octal 31 214 316 130 40 0 23 312 116 55
Binary 11001 10001100 11001110 1011000 100000 0 10011 11001010 1001110 101101

Color Harmonies of #198CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198CCE

Black with #198CCE

Text Example


Text Example

White with #198CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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