Html Css Color HEX #1C80AC Cerulean

📋 copy color: '#1C80AC'

red 28 ◦ green 128 ◦ blue 172

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

Shades of Cerulean #1C80AC

Tints of Cerulean #1C80AC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.02%

 BLUE value IS 172 (67.58% from 255) = 52.44%

R = 8.54%
G = 39.02%
B = 52.44%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C80AC (or 0x1C80AC) is known color: Cerulean. HEX triplet: 1C, 80 and AC. RGB value is (28,128,172). Sum of RGB (Red+Green+Blue) = 28+128+172=328 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.54% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C80AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C80AC is #E37F53. Grayscale: #666666. Windows color (decimal): -14909268 or 11304988. OLE color: 11304988.

HSL color Cylindrical-coordinate representation of color #1C80AC: hue angle of 198.33º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C80AC is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 128 172 -
CMYK 0.84 0.26 0 0.33
HSL 198.33º 0.72% 0.39% -
HSV(B) 198.33º 0.84% 0.67% -
XYZ 15.64 18.66 41.81 -
YUV 103.12 166.87 74.42 -
System Red Green Blue C M Y K H S L
Decimal 28 128 172 0.84 0.26 0 0.33 198.33 0.72 0.39
Hex 1C 80 AC 54 1A 0 21 C6 48 27
Octal 34 200 254 124 32 0 41 306 110 47
Binary 11100 10000000 10101100 1010100 11010 0 100001 11000110 1001000 100111

Color Harmonies of #1C80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C80AC

Black with #1C80AC

Text Example


Text Example

White with #1C80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,128,172); }

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

background-color css

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

 a { background-color: rgb(28,128,172); }

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

border-color css

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

 span { border-color: rgb(28,128,172); }

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