#1E99CC

Color #1E99CC Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1E99CC

Tints of Pelorous #1E99CC

Color information

#1E99CC (or 0x1E99CC) is unknown color: approx Pelorous. HEX triplet: 1E, 99 and CC. RGB value is (30,153,204). Sum of RGB (Red+Green+Blue) = 30+153+204=387 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.75% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E99CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E99CC is #E16633. Grayscale: #797979. Windows color (decimal): -14771764 or 13408542. OLE color: 13408542.

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

Color convert

RGB30153204-
CMYK0.850.2500.2
HSL197.59º74.36%45.88%-
HSV(B)197.59º85.29%80%-
XYZ22.8327.4261.22-
YUV122.04174.2562.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.75%
GREEN value IS 153 (60.16% from 255) = 39.53%
BLUE value IS 204 (80.08% from 255) = 52.71%
R=7.75%
G=39.53%
B=52.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal301532040.850.2500.2197.5974.3645.88
Hex1E99CC5519014c64a2e
Octal362313141253102430611256
Binary111101001100111001100101010111001010100110001101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E99CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E99CC;
 }
 .AnyTagClassName
 {
   color: #1E99CC;
 }
</style>
background-color css

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

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

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

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

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

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