Html Css Color HEX #C1DCCC Aero Blue

📋 copy color: '#C1DCCC'

red 193 ◦ green 220 ◦ blue 204

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

Shades of Aero Blue #C1DCCC

Tints of Aero Blue #C1DCCC

RGB

 RED value IS 193 (75.78% from 255) = 31.28%

 GREEN value IS 220 (86.33% from 255) = 35.66%

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

R = 31.28%
G = 35.66%
B = 33.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#C1DCCC (or 0xC1DCCC) is known color: Aero Blue. HEX triplet: C1, DC and CC. RGB value is (193,220,204). Sum of RGB (Red+Green+Blue) = 193+220+204=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCCC is #3E2333. Grayscale: #D2D2D2. Windows color (decimal): -4072244 or 13425857. OLE color: 13425857.

HSL color Cylindrical-coordinate representation of color #C1DCCC: hue angle of 144.44º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1DCCC is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 220 204 -
CMYK 0.12 0 0.07 0.14
HSL 144.44º 0.28% 0.81% -
HSV(B) 144.44º 0.12% 0.86% -
XYZ 58.48 66.88 66.95 -
YUV 210.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 193 220 204 0.12 0 0.07 0.14 144.44 0.28 0.81
Hex C1 DC CC C 0 7 E 90 1C 51
Octal 301 334 314 14 0 7 16 220 34 121
Binary 11000001 11011100 11001100 1100 0 111 1110 10010000 11100 1010001

Color Harmonies of #C1DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DCCC

Black with #C1DCCC

Text Example


Text Example

White with #C1DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DCCC; }

 p { color: rgb(193,220,204); }

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

background-color css

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

 a { background-color: rgb(193,220,204); }

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

border-color css

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

 span { border-color: rgb(193,220,204); }

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