Html Css Color HEX #1C9FCC Pelorous

📋 copy color: '#1C9FCC'

red 28 ◦ green 159 ◦ blue 204

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

Shades of Pelorous #1C9FCC

Tints of Pelorous #1C9FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.66%

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

R = 7.16%
G = 40.66%
B = 52.17%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1C9FCC (or 0x1C9FCC) is known color: Pelorous. HEX triplet: 1C, 9F and CC. RGB value is (28,159,204). Sum of RGB (Red+Green+Blue) = 28+159+204=391 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.16% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C9FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C9FCC is #E36033. Grayscale: #7C7C7C. Windows color (decimal): -14901300 or 13410076. OLE color: 13410076.

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

Color convert

RGB 28 159 204 -
CMYK 0.86 0.22 0 0.2
HSL 195.34º 0.76% 0.45% -
HSV(B) 195.34º 0.86% 0.8% -
XYZ 23.78 29.4 61.55 -
YUV 124.96 172.6 58.84 -
System Red Green Blue C M Y K H S L
Decimal 28 159 204 0.86 0.22 0 0.2 195.34 0.76 0.45
Hex 1C 9F CC 56 16 0 14 C3 4C 2D
Octal 34 237 314 126 26 0 24 303 114 55
Binary 11100 10011111 11001100 1010110 10110 0 10100 11000011 1001100 101101

Color Harmonies of #1C9FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9FCC

Black with #1C9FCC

Text Example


Text Example

White with #1C9FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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