Html Css Color HEX #1E9CCC Pelorous

📋 copy color: '#1E9CCC'

red 30 ◦ green 156 ◦ blue 204

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

Shades of Pelorous #1E9CCC

Tints of Pelorous #1E9CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40%

 BLUE value IS 204 (80.08% from 255) = 52.31%

R = 7.69%
G = 40%
B = 52.31%

CMYK

 C value IS 0.85

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1E9CCC (or 0x1E9CCC) is known color: Pelorous. HEX triplet: 1E, 9C and CC. RGB value is (30,156,204). Sum of RGB (Red+Green+Blue) = 30+156+204=390 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.69% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E9CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9CCC is #E16333. Grayscale: #7B7B7B. Windows color (decimal): -14770996 or 13409310. OLE color: 13409310.

HSL color Cylindrical-coordinate representation of color #1E9CCC: hue angle of 196.55º 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 #1E9CCC is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 30 156 204 -
CMYK 0.85 0.24 0 0.2
HSL 196.55º 0.74% 0.46% -
HSV(B) 196.55º 0.85% 0.8% -
XYZ 23.32 28.41 61.38 -
YUV 123.8 173.26 61.1 -
System Red Green Blue C M Y K H S L
Decimal 30 156 204 0.85 0.24 0 0.2 196.55 0.74 0.46
Hex 1E 9C CC 55 18 0 14 C5 4A 2E
Octal 36 234 314 125 30 0 24 305 112 56
Binary 11110 10011100 11001100 1010101 11000 0 10100 11000101 1001010 101110

Color Harmonies of #1E9CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9CCC

Black with #1E9CCC

Text Example


Text Example

White with #1E9CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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