Html Css Color HEX #1998B9 Pelorous

📋 copy color: '#1998B9'

red 25 ◦ green 152 ◦ blue 185

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

Shades of Pelorous #1998B9

Tints of Pelorous #1998B9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.99%

 BLUE value IS 185 (72.66% from 255) = 51.1%

R = 6.91%
G = 41.99%
B = 51.1%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1998B9 (or 0x1998B9) is known color: Pelorous. HEX triplet: 19, 98 and B9. RGB value is (25,152,185). Sum of RGB (Red+Green+Blue) = 25+152+185=362 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.91% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #1998B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1998B9 is #E66746. Grayscale: #757575. Windows color (decimal): -15099719 or 12163097. OLE color: 12163097.

HSL color Cylindrical-coordinate representation of color #1998B9: hue angle of 192.38º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1998B9 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 152 185 -
CMYK 0.86 0.18 0 0.27
HSL 192.38º 0.76% 0.41% -
HSV(B) 192.38º 0.86% 0.73% -
XYZ 20.39 26.17 49.88 -
YUV 117.79 165.92 61.82 -
System Red Green Blue C M Y K H S L
Decimal 25 152 185 0.86 0.18 0 0.27 192.38 0.76 0.41
Hex 19 98 B9 56 12 0 1B C0 4C 29
Octal 31 230 271 126 22 0 33 300 114 51
Binary 11001 10011000 10111001 1010110 10010 0 11011 11000000 1001100 101001

Color Harmonies of #1998B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1998B9

Black with #1998B9

Text Example


Text Example

White with #1998B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1998B9; }

 p { color: rgb(25,152,185); }

 H1.HeaderClassName
 {
   color: #1998B9;
 }
 .AnyTagClassName
 {
   color: #1998B9;
 }
</style>

background-color css

<style>
 a { background-color: #1998B9; }

 a { background-color: rgb(25,152,185); }

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

border-color css

<style>
 span { border-color: #1998B9; }

 span { border-color: rgb(25,152,185); }

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