Html Css Color HEX #198DCF Pacific Blue

📋 copy color: '#198DCF'

red 25 ◦ green 141 ◦ blue 207

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

Shades of Pacific Blue #198DCF

Tints of Pacific Blue #198DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.8%

 BLUE value IS 207 (81.25% from 255) = 55.5%

R = 6.7%
G = 37.8%
B = 55.5%

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

#198DCF (or 0x198DCF) is known color: Pacific Blue. HEX triplet: 19, 8D and CF. RGB value is (25,141,207). Sum of RGB (Red+Green+Blue) = 25+141+207=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #198DCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198DCF is #E67230. Grayscale: #717171. Windows color (decimal): -15102513 or 13602073. OLE color: 13602073.

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

Color convert

RGB 25 141 207 -
CMYK 0.88 0.32 0 0.19
HSL 201.76º 0.78% 0.45% -
HSV(B) 201.76º 0.88% 0.81% -
XYZ 21.19 23.76 62.5 -
YUV 113.84 180.57 64.63 -
System Red Green Blue C M Y K H S L
Decimal 25 141 207 0.88 0.32 0 0.19 201.76 0.78 0.45
Hex 19 8D CF 58 20 0 13 CA 4E 2D
Octal 31 215 317 130 40 0 23 312 116 55
Binary 11001 10001101 11001111 1011000 100000 0 10011 11001010 1001110 101101

Color Harmonies of #198DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198DCF

Black with #198DCF

Text Example


Text Example

White with #198DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,141,207); }

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

background-color css

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

 a { background-color: rgb(25,141,207); }

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

border-color css

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

 span { border-color: rgb(25,141,207); }

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