Html Css Color HEX #1E9ACE Pelorous

📋 copy color: '#1E9ACE'

red 30 ◦ green 154 ◦ blue 206

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

Shades of Pelorous #1E9ACE

Tints of Pelorous #1E9ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.49%

 BLUE value IS 206 (80.86% from 255) = 52.82%

R = 7.69%
G = 39.49%
B = 52.82%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E9ACE (or 0x1E9ACE) is known color: Pelorous. HEX triplet: 1E, 9A and CE. RGB value is (30,154,206). Sum of RGB (Red+Green+Blue) = 30+154+206=390 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.69% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E9ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9ACE is #E16531. Grayscale: #7A7A7A. Windows color (decimal): -14771506 or 13539870. OLE color: 13539870.

HSL color Cylindrical-coordinate representation of color #1E9ACE: hue angle of 197.73º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E9ACE is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 154 206 -
CMYK 0.85 0.25 0 0.19
HSL 197.73º 0.75% 0.46% -
HSV(B) 197.73º 0.85% 0.81% -
XYZ 23.23 27.84 62.54 -
YUV 122.85 174.92 61.77 -
System Red Green Blue C M Y K H S L
Decimal 30 154 206 0.85 0.25 0 0.19 197.73 0.75 0.46
Hex 1E 9A CE 55 19 0 13 C6 4B 2E
Octal 36 232 316 125 31 0 23 306 113 56
Binary 11110 10011010 11001110 1010101 11001 0 10011 11000110 1001011 101110

Color Harmonies of #1E9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9ACE

Black with #1E9ACE

Text Example


Text Example

White with #1E9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,154,206); }

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

background-color css

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

 a { background-color: rgb(30,154,206); }

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

border-color css

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

 span { border-color: rgb(30,154,206); }

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