Html Css Color HEX #198BC5 Pelorous

📋 copy color: '#198BC5'

red 25 ◦ green 139 ◦ blue 197

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

Shades of Pelorous #198BC5

Tints of Pelorous #198BC5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.5%

 BLUE value IS 197 (77.34% from 255) = 54.57%

R = 6.93%
G = 38.5%
B = 54.57%

CMYK

 C value IS 0.87

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#198BC5 (or 0x198BC5) is known color: Pelorous. HEX triplet: 19, 8B and C5. RGB value is (25,139,197). Sum of RGB (Red+Green+Blue) = 25+139+197=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 197 (77.34% from 255 or 54.57% from 361); Max value from RGB is 197 - color contains mainly: blue. Hex color #198BC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198BC5 is #E6743A. Grayscale: #6F6F6F. Windows color (decimal): -15103035 or 12946201. OLE color: 12946201.

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

Color convert

RGB 25 139 197 -
CMYK 0.87 0.29 0 0.23
HSL 200.23º 0.77% 0.44% -
HSV(B) 200.23º 0.87% 0.77% -
XYZ 19.71 22.7 56.17 -
YUV 111.53 176.23 66.28 -
System Red Green Blue C M Y K H S L
Decimal 25 139 197 0.87 0.29 0 0.23 200.23 0.77 0.44
Hex 19 8B C5 57 1D 0 17 C8 4D 2C
Octal 31 213 305 127 35 0 27 310 115 54
Binary 11001 10001011 11000101 1010111 11101 0 10111 11001000 1001101 101100

Color Harmonies of #198BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198BC5

Black with #198BC5

Text Example


Text Example

White with #198BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,139,197); }

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

background-color css

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

 a { background-color: rgb(25,139,197); }

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

border-color css

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

 span { border-color: rgb(25,139,197); }

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