Html Css Color HEX #198FBC Pelorous

📋 copy color: '#198FBC'

red 25 ◦ green 143 ◦ blue 188

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

Shades of Pelorous #198FBC

Tints of Pelorous #198FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.17%

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 7.02%
G = 40.17%
B = 52.81%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#198FBC (or 0x198FBC) is known color: Pelorous. HEX triplet: 19, 8F and BC. RGB value is (25,143,188). Sum of RGB (Red+Green+Blue) = 25+143+188=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #198FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198FBC is #E67043. Grayscale: #707070. Windows color (decimal): -15102020 or 12357401. OLE color: 12357401.

HSL color Cylindrical-coordinate representation of color #198FBC: hue angle of 196.56º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #198FBC is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 143 188 -
CMYK 0.87 0.24 0 0.26
HSL 196.56º 0.77% 0.42% -
HSV(B) 196.56º 0.87% 0.74% -
XYZ 19.3 23.48 51.09 -
YUV 112.85 170.41 65.34 -
System Red Green Blue C M Y K H S L
Decimal 25 143 188 0.87 0.24 0 0.26 196.56 0.77 0.42
Hex 19 8F BC 57 18 0 1A C5 4D 2A
Octal 31 217 274 127 30 0 32 305 115 52
Binary 11001 10001111 10111100 1010111 11000 0 11010 11000101 1001101 101010

Color Harmonies of #198FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198FBC

Black with #198FBC

Text Example


Text Example

White with #198FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,143,188); }

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

background-color css

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

 a { background-color: rgb(25,143,188); }

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

border-color css

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

 span { border-color: rgb(25,143,188); }

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