Html Css Color HEX #1E98AD Pelorous

📋 copy color: '#1E98AD'

red 30 ◦ green 152 ◦ blue 173

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

Shades of Pelorous #1E98AD

Tints of Pelorous #1E98AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.73%

R = 8.45%
G = 42.82%
B = 48.73%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E98AD (or 0x1E98AD) is known color: Pelorous. HEX triplet: 1E, 98 and AD. RGB value is (30,152,173). Sum of RGB (Red+Green+Blue) = 30+152+173=355 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.45% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E98AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E98AD is #E16752. Grayscale: #757575. Windows color (decimal): -14772051 or 11376670. OLE color: 11376670.

HSL color Cylindrical-coordinate representation of color #1E98AD: hue angle of 188.81º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E98AD is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 30 152 173 -
CMYK 0.83 0.12 0 0.32
HSL 188.81º 0.7% 0.4% -
HSV(B) 188.81º 0.83% 0.68% -
XYZ 19.31 25.75 43.49 -
YUV 117.92 159.08 65.29 -
System Red Green Blue C M Y K H S L
Decimal 30 152 173 0.83 0.12 0 0.32 188.81 0.7 0.4
Hex 1E 98 AD 53 C 0 20 BD 46 28
Octal 36 230 255 123 14 0 40 275 106 50
Binary 11110 10011000 10101101 1010011 1100 0 100000 10111101 1000110 101000

Color Harmonies of #1E98AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E98AD

Black with #1E98AD

Text Example


Text Example

White with #1E98AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,152,173); }

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

background-color css

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

 a { background-color: rgb(30,152,173); }

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

border-color css

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

 span { border-color: rgb(30,152,173); }

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