#198dcf

Color #198DCF Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #198DCF

Tints of Pacific Blue #198DCF

Color information

#198DCF (or 0x198DCF) is unknown color: approx 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

RGB25141207-
CMYK0.880.3200.19
HSL201.76º78.45%45.49%-
HSV(B)201.76º87.92%81.18%-
XYZ21.1923.7662.5-
YUV113.84180.5764.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.70%
GREEN value IS 141 (55.47% from 255) = 37.80%
BLUE value IS 207 (81.25% from 255) = 55.50%
R=6.70%
G=37.80%
B=55.50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal251412070.880.3200.19201.7678.4545.49
Hex198DCF5820013ca4e2d
Octal312153171304002331211655
Binary1100110001101110011111011000100000010011110010101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198dcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>