Html Css Color HEX #1C9CCD Pelorous

📋 copy color: '#1C9CCD'

red 28 ◦ green 156 ◦ blue 205

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

Shades of Pelorous #1C9CCD

Tints of Pelorous #1C9CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.7%

R = 7.2%
G = 40.1%
B = 52.7%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C9CCD (or 0x1C9CCD) is known color: Pelorous. HEX triplet: 1C, 9C and CD. RGB value is (28,156,205). Sum of RGB (Red+Green+Blue) = 28+156+205=389 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.20% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C9CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C9CCD is #E36332. Grayscale: #7A7A7A. Windows color (decimal): -14902067 or 13474844. OLE color: 13474844.

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

Color convert

RGB 28 156 205 -
CMYK 0.86 0.24 0 0.20
HSL 196.61º 0.76% 0.46% -
HSV(B) 196.61º 0.86% 0.8% -
XYZ 23.39 28.43 62.01 -
YUV 123.31 174.09 60.02 -
System Red Green Blue C M Y K H S L
Decimal 28 156 205 0.86 0.24 0 0.20 196.61 0.76 0.46
Hex 1C 9C CD 56 18 0 14 C5 4C 2E
Octal 34 234 315 126 30 0 24 305 114 56
Binary 11100 10011100 11001101 1010110 11000 0 10100 11000101 1001100 101110

Color Harmonies of #1C9CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9CCD

Black with #1C9CCD

Text Example


Text Example

White with #1C9CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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