Html Css Color HEX #1C8ECC Pelorous

📋 copy color: '#1C8ECC'

red 28 ◦ green 142 ◦ blue 204

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

Shades of Pelorous #1C8ECC

Tints of Pelorous #1C8ECC

RGB

 RED value IS 28 (11.33% from 255) = 7.49%

 GREEN value IS 142 (55.86% from 255) = 37.97%

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

R = 7.49%
G = 37.97%
B = 54.55%

CMYK

 C value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1C8ECC (or 0x1C8ECC) is known color: Pelorous. HEX triplet: 1C, 8E and CC. RGB value is (28,142,204). Sum of RGB (Red+Green+Blue) = 28+142+204=374 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.49% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C8ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C8ECC is #E37133. Grayscale: #727272. Windows color (decimal): -14905652 or 13405724. OLE color: 13405724.

HSL color Cylindrical-coordinate representation of color #1C8ECC: hue angle of 201.14º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C8ECC is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 28 142 204 -
CMYK 0.86 0.30 0 0.2
HSL 201.14º 0.76% 0.45% -
HSV(B) 201.14º 0.86% 0.8% -
XYZ 21.05 23.95 60.64 -
YUV 114.98 178.23 65.96 -
System Red Green Blue C M Y K H S L
Decimal 28 142 204 0.86 0.30 0 0.2 201.14 0.76 0.45
Hex 1C 8E CC 56 1E 0 14 C9 4C 2D
Octal 34 216 314 126 36 0 24 311 114 55
Binary 11100 10001110 11001100 1010110 11110 0 10100 11001001 1001100 101101

Color Harmonies of #1C8ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8ECC

Black with #1C8ECC

Text Example


Text Example

White with #1C8ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,142,204); }

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

background-color css

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

 a { background-color: rgb(28,142,204); }

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

border-color css

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

 span { border-color: rgb(28,142,204); }

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