Html Css Color HEX #C1DBCD Aero Blue

📋 copy color: '#C1DBCD'

red 193 ◦ green 219 ◦ blue 205

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

Shades of Aero Blue #C1DBCD

Tints of Aero Blue #C1DBCD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.49%

 BLUE value IS 205 (80.47% from 255) = 33.23%

R = 31.28%
G = 35.49%
B = 33.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#C1DBCD (or 0xC1DBCD) is known color: Aero Blue. HEX triplet: C1, DB and CD. RGB value is (193,219,205). Sum of RGB (Red+Green+Blue) = 193+219+205=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBCD is #3E2432. Grayscale: #D1D1D1. Windows color (decimal): -4072499 or 13491137. OLE color: 13491137.

HSL color Cylindrical-coordinate representation of color #C1DBCD: hue angle of 147.69º degrees, saturation: 0.27, 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 #C1DBCD is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 219 205 -
CMYK 0.12 0 0.06 0.14
HSL 147.69º 0.27% 0.81% -
HSV(B) 147.69º 0.12% 0.86% -
XYZ 58.34 66.41 67.5 -
YUV 209.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 193 219 205 0.12 0 0.06 0.14 147.69 0.27 0.81
Hex C1 DB CD C 0 6 E 94 1B 51
Octal 301 333 315 14 0 6 16 224 33 121
Binary 11000001 11011011 11001101 1100 0 110 1110 10010100 11011 1010001

Color Harmonies of #C1DBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DBCD

Black with #C1DBCD

Text Example


Text Example

White with #C1DBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DBCD; }

 p { color: rgb(193,219,205); }

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

background-color css

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

 a { background-color: rgb(193,219,205); }

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

border-color css

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

 span { border-color: rgb(193,219,205); }

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