Html Css Color HEX #1E99AA Pelorous

📋 copy color: '#1E99AA'

red 30 ◦ green 153 ◦ blue 170

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

Shades of Pelorous #1E99AA

Tints of Pelorous #1E99AA

RGB

 RED value IS 30 (12.11% from 255) = 8.5%

 GREEN value IS 153 (60.16% from 255) = 43.34%

 BLUE value IS 170 (66.8% from 255) = 48.16%

R = 8.5%
G = 43.34%
B = 48.16%

CMYK

 C value IS 0.82

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E99AA (or 0x1E99AA) is known color: Pelorous. HEX triplet: 1E, 99 and AA. RGB value is (30,153,170). Sum of RGB (Red+Green+Blue) = 30+153+170=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E99AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E99AA is #E16655. Grayscale: #757575. Windows color (decimal): -14771798 or 11180318. OLE color: 11180318.

HSL color Cylindrical-coordinate representation of color #1E99AA: hue angle of 187.29º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E99AA is Cyan = 0.82, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 30 153 170 -
CMYK 0.82 0.1 0 0.33
HSL 187.29º 0.7% 0.39% -
HSV(B) 187.29º 0.82% 0.67% -
XYZ 19.18 25.96 42.03 -
YUV 118.16 157.25 65.12 -
System Red Green Blue C M Y K H S L
Decimal 30 153 170 0.82 0.1 0 0.33 187.29 0.7 0.39
Hex 1E 99 AA 52 A 0 21 BB 46 27
Octal 36 231 252 122 12 0 41 273 106 47
Binary 11110 10011001 10101010 1010010 1010 0 100001 10111011 1000110 100111

Color Harmonies of #1E99AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E99AA

Black with #1E99AA

Text Example


Text Example

White with #1E99AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E99AA; }

 p { color: rgb(30,153,170); }

 H1.HeaderClassName
 {
   color: #1E99AA;
 }
 .AnyTagClassName
 {
   color: #1E99AA;
 }
</style>

background-color css

<style>
 a { background-color: #1E99AA; }

 a { background-color: rgb(30,153,170); }

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

border-color css

<style>
 span { border-color: #1E99AA; }

 span { border-color: rgb(30,153,170); }

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