Html Css Color HEX #1C9ABD Pelorous

📋 copy color: '#1C9ABD'

red 28 ◦ green 154 ◦ blue 189

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

Shades of Pelorous #1C9ABD

Tints of Pelorous #1C9ABD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.51%

 BLUE value IS 189 (74.22% from 255) = 50.94%

R = 7.55%
G = 41.51%
B = 50.94%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1C9ABD (or 0x1C9ABD) is known color: Pelorous. HEX triplet: 1C, 9A and BD. RGB value is (28,154,189). Sum of RGB (Red+Green+Blue) = 28+154+189=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C9ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C9ABD is #E36542. Grayscale: #787878. Windows color (decimal): -14902595 or 12425756. OLE color: 12425756.

HSL color Cylindrical-coordinate representation of color #1C9ABD: hue angle of 193.04º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C9ABD is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 154 189 -
CMYK 0.85 0.19 0 0.26
HSL 193.04º 0.74% 0.43% -
HSV(B) 193.04º 0.85% 0.74% -
XYZ 21.22 27.03 52.24 -
YUV 120.32 166.76 62.15 -
System Red Green Blue C M Y K H S L
Decimal 28 154 189 0.85 0.19 0 0.26 193.04 0.74 0.43
Hex 1C 9A BD 55 13 0 1A C1 4A 2B
Octal 34 232 275 125 23 0 32 301 112 53
Binary 11100 10011010 10111101 1010101 10011 0 11010 11000001 1001010 101011

Color Harmonies of #1C9ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9ABD

Black with #1C9ABD

Text Example


Text Example

White with #1C9ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,154,189); }

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

background-color css

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

 a { background-color: rgb(28,154,189); }

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

border-color css

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

 span { border-color: rgb(28,154,189); }

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