Html Css Color HEX #1C9CCC Pelorous

📋 copy color: '#1C9CCC'

red 28 ◦ green 156 ◦ blue 204

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

Shades of Pelorous #1C9CCC

Tints of Pelorous #1C9CCC

RGB

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

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

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

R = 7.22%
G = 40.21%
B = 52.58%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1C9CCC (or 0x1C9CCC) is known color: Pelorous. HEX triplet: 1C, 9C and CC. RGB value is (28,156,204). Sum of RGB (Red+Green+Blue) = 28+156+204=388 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.22% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C9CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C9CCC is #E36333. Grayscale: #7A7A7A. Windows color (decimal): -14902068 or 13409308. OLE color: 13409308.

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

Color convert

RGB 28 156 204 -
CMYK 0.86 0.24 0 0.2
HSL 196.36º 0.76% 0.45% -
HSV(B) 196.36º 0.86% 0.8% -
XYZ 23.27 28.38 61.38 -
YUV 123.2 173.59 60.1 -
System Red Green Blue C M Y K H S L
Decimal 28 156 204 0.86 0.24 0 0.2 196.36 0.76 0.45
Hex 1C 9C CC 56 18 0 14 C4 4C 2D
Octal 34 234 314 126 30 0 24 304 114 55
Binary 11100 10011100 11001100 1010110 11000 0 10100 11000100 1001100 101101

Color Harmonies of #1C9CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9CCC

Black with #1C9CCC

Text Example


Text Example

White with #1C9CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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