Html Css Color HEX #198CBD Pelorous

📋 copy color: '#198CBD'

red 25 ◦ green 140 ◦ blue 189

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

Shades of Pelorous #198CBD

Tints of Pelorous #198CBD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.55%

 BLUE value IS 189 (74.22% from 255) = 53.39%

R = 7.06%
G = 39.55%
B = 53.39%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#198CBD (or 0x198CBD) is known color: Pelorous. HEX triplet: 19, 8C and BD. RGB value is (25,140,189). Sum of RGB (Red+Green+Blue) = 25+140+189=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #198CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198CBD is #E67342. Grayscale: #6E6E6E. Windows color (decimal): -15102787 or 12422169. OLE color: 12422169.

HSL color Cylindrical-coordinate representation of color #198CBD: hue angle of 197.93º 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 #198CBD is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 140 189 -
CMYK 0.87 0.26 0 0.26
HSL 197.93º 0.77% 0.42% -
HSV(B) 197.93º 0.87% 0.74% -
XYZ 18.96 22.64 51.51 -
YUV 111.2 171.9 66.52 -
System Red Green Blue C M Y K H S L
Decimal 25 140 189 0.87 0.26 0 0.26 197.93 0.77 0.42
Hex 19 8C BD 57 1A 0 1A C6 4D 2A
Octal 31 214 275 127 32 0 32 306 115 52
Binary 11001 10001100 10111101 1010111 11010 0 11010 11000110 1001101 101010

Color Harmonies of #198CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198CBD

Black with #198CBD

Text Example


Text Example

White with #198CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,140,189); }

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

background-color css

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

 a { background-color: rgb(25,140,189); }

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

border-color css

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

 span { border-color: rgb(25,140,189); }

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