Html Css Color HEX #198FBF Pelorous

📋 copy color: '#198FBF'

red 25 ◦ green 143 ◦ blue 191

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

Shades of Pelorous #198FBF

Tints of Pelorous #198FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.2%

R = 6.96%
G = 39.83%
B = 53.2%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#198FBF (or 0x198FBF) is known color: Pelorous. HEX triplet: 19, 8F and BF. RGB value is (25,143,191). Sum of RGB (Red+Green+Blue) = 25+143+191=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #198FBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198FBF is #E67040. Grayscale: #707070. Windows color (decimal): -15102017 or 12554009. OLE color: 12554009.

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

Color convert

RGB 25 143 191 -
CMYK 0.87 0.25 0 0.25
HSL 197.35º 0.77% 0.42% -
HSV(B) 197.35º 0.87% 0.75% -
XYZ 19.63 23.61 52.81 -
YUV 113.19 171.91 65.1 -
System Red Green Blue C M Y K H S L
Decimal 25 143 191 0.87 0.25 0 0.25 197.35 0.77 0.42
Hex 19 8F BF 57 19 0 19 C5 4D 2A
Octal 31 217 277 127 31 0 31 305 115 52
Binary 11001 10001111 10111111 1010111 11001 0 11001 11000101 1001101 101010

Color Harmonies of #198FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198FBF

Black with #198FBF

Text Example


Text Example

White with #198FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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