Html Css Color HEX #C5DFD0 Aero Blue

📋 copy color: '#C5DFD0'

red 197 ◦ green 223 ◦ blue 208

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

Shades of Aero Blue #C5DFD0

Tints of Aero Blue #C5DFD0

RGB

 RED value IS 197 (77.34% from 255) = 31.37%

 GREEN value IS 223 (87.5% from 255) = 35.51%

 BLUE value IS 208 (81.64% from 255) = 33.12%

R = 31.37%
G = 35.51%
B = 33.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#C5DFD0 (or 0xC5DFD0) is known color: Aero Blue. HEX triplet: C5, DF and D0. RGB value is (197,223,208). Sum of RGB (Red+Green+Blue) = 197+223+208=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DFD0 is #3A202F. Grayscale: #D5D5D5. Windows color (decimal): -3809328 or 13688773. OLE color: 13688773.

HSL color Cylindrical-coordinate representation of color #C5DFD0: hue angle of 145.38º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5DFD0 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 223 208 -
CMYK 0.12 0 0.07 0.13
HSL 145.38º 0.29% 0.82% -
HSV(B) 145.38º 0.12% 0.87% -
XYZ 60.8 69.2 69.83 -
YUV 213.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 197 223 208 0.12 0 0.07 0.13 145.38 0.29 0.82
Hex C5 DF D0 C 0 7 D 91 1D 52
Octal 305 337 320 14 0 7 15 221 35 122
Binary 11000101 11011111 11010000 1100 0 111 1101 10010001 11101 1010010

Color Harmonies of #C5DFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DFD0

Black with #C5DFD0

Text Example


Text Example

White with #C5DFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DFD0; }

 p { color: rgb(197,223,208); }

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

background-color css

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

 a { background-color: rgb(197,223,208); }

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

border-color css

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

 span { border-color: rgb(197,223,208); }

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