Html Css Color HEX #1998AF Pelorous

📋 copy color: '#1998AF'

red 25 ◦ green 152 ◦ blue 175

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

Shades of Pelorous #1998AF

Tints of Pelorous #1998AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.72%

R = 7.1%
G = 43.18%
B = 49.72%

CMYK

 C value IS 0.86

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1998AF (or 0x1998AF) is known color: Pelorous. HEX triplet: 19, 98 and AF. RGB value is (25,152,175). Sum of RGB (Red+Green+Blue) = 25+152+175=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #1998AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1998AF is #E66750. Grayscale: #747474. Windows color (decimal): -15099729 or 11507737. OLE color: 11507737.

HSL color Cylindrical-coordinate representation of color #1998AF: hue angle of 189.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1998AF is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 152 175 -
CMYK 0.86 0.13 0 0.31
HSL 189.2º 0.75% 0.39% -
HSV(B) 189.2º 0.86% 0.69% -
XYZ 19.37 25.76 44.51 -
YUV 116.65 160.92 62.63 -
System Red Green Blue C M Y K H S L
Decimal 25 152 175 0.86 0.13 0 0.31 189.2 0.75 0.39
Hex 19 98 AF 56 D 0 1F BD 4B 27
Octal 31 230 257 126 15 0 37 275 113 47
Binary 11001 10011000 10101111 1010110 1101 0 11111 10111101 1001011 100111

Color Harmonies of #1998AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1998AF

Black with #1998AF

Text Example


Text Example

White with #1998AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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