Html Css Color HEX #C4DFD0 Aero Blue

📋 copy color: '#C4DFD0'

red 196 ◦ green 223 ◦ blue 208

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

Shades of Aero Blue #C4DFD0

Tints of Aero Blue #C4DFD0

RGB

 RED value IS 196 (76.95% from 255) = 31.26%

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

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

R = 31.26%
G = 35.57%
B = 33.17%

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

#C4DFD0 (or 0xC4DFD0) is known color: Aero Blue. HEX triplet: C4, DF and D0. RGB value is (196,223,208). Sum of RGB (Red+Green+Blue) = 196+223+208=627 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.26% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DFD0 is #3B202F. Grayscale: #D5D5D5. Windows color (decimal): -3874864 or 13688772. OLE color: 13688772.

HSL color Cylindrical-coordinate representation of color #C4DFD0: hue angle of 146.67º degrees, saturation: 0.3, 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 #C4DFD0 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 223 208 -
CMYK 0.12 0 0.07 0.13
HSL 146.67º 0.3% 0.82% -
HSV(B) 146.67º 0.12% 0.87% -
XYZ 60.54 69.07 69.81 -
YUV 213.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 196 223 208 0.12 0 0.07 0.13 146.67 0.3 0.82
Hex C4 DF D0 C 0 7 D 93 1E 52
Octal 304 337 320 14 0 7 15 223 36 122
Binary 11000100 11011111 11010000 1100 0 111 1101 10010011 11110 1010010

Color Harmonies of #C4DFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DFD0

Black with #C4DFD0

Text Example


Text Example

White with #C4DFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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