Html Css Color HEX #C1DACE Aero Blue

📋 copy color: '#C1DACE'

red 193 ◦ green 218 ◦ blue 206

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

Shades of Aero Blue #C1DACE

Tints of Aero Blue #C1DACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.33%

 BLUE value IS 206 (80.86% from 255) = 33.39%

R = 31.28%
G = 35.33%
B = 33.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#C1DACE (or 0xC1DACE) is known color: Aero Blue. HEX triplet: C1, DA and CE. RGB value is (193,218,206). Sum of RGB (Red+Green+Blue) = 193+218+206=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DACE is #3E2531. Grayscale: #D1D1D1. Windows color (decimal): -4072754 or 13556417. OLE color: 13556417.

HSL color Cylindrical-coordinate representation of color #C1DACE: hue angle of 151.2º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1DACE is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 218 206 -
CMYK 0.11 0 0.06 0.15
HSL 151.2º 0.25% 0.81% -
HSV(B) 151.2º 0.11% 0.85% -
XYZ 58.2 65.94 68.05 -
YUV 209.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 193 218 206 0.11 0 0.06 0.15 151.2 0.25 0.81
Hex C1 DA CE B 0 6 F 97 19 51
Octal 301 332 316 13 0 6 17 227 31 121
Binary 11000001 11011010 11001110 1011 0 110 1111 10010111 11001 1010001

Color Harmonies of #C1DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DACE

Black with #C1DACE

Text Example


Text Example

White with #C1DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DACE; }

 p { color: rgb(193,218,206); }

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

background-color css

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

 a { background-color: rgb(193,218,206); }

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

border-color css

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

 span { border-color: rgb(193,218,206); }

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