Html Css Color HEX #1998B4 Pelorous

📋 copy color: '#1998B4'

red 25 ◦ green 152 ◦ blue 180

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

Shades of Pelorous #1998B4

Tints of Pelorous #1998B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.42%

R = 7%
G = 42.58%
B = 50.42%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1998B4 (or 0x1998B4) is known color: Pelorous. HEX triplet: 19, 98 and B4. RGB value is (25,152,180). Sum of RGB (Red+Green+Blue) = 25+152+180=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #1998B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1998B4 is #E6674B. Grayscale: #747474. Windows color (decimal): -15099724 or 11835417. OLE color: 11835417.

HSL color Cylindrical-coordinate representation of color #1998B4: hue angle of 190.84º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1998B4 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 152 180 -
CMYK 0.86 0.16 0 0.29
HSL 190.84º 0.76% 0.4% -
HSV(B) 190.84º 0.86% 0.71% -
XYZ 19.87 25.96 47.14 -
YUV 117.22 163.42 62.22 -
System Red Green Blue C M Y K H S L
Decimal 25 152 180 0.86 0.16 0 0.29 190.84 0.76 0.4
Hex 19 98 B4 56 10 0 1D BF 4C 28
Octal 31 230 264 126 20 0 35 277 114 50
Binary 11001 10011000 10110100 1010110 10000 0 11101 10111111 1001100 101000

Color Harmonies of #1998B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1998B4

Black with #1998B4

Text Example


Text Example

White with #1998B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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