Html Css Color HEX #C8DFD4 Aero Blue

📋 copy color: '#C8DFD4'

red 200 ◦ green 223 ◦ blue 212

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

Shades of Aero Blue #C8DFD4

Tints of Aero Blue #C8DFD4

RGB

 RED value IS 200 (78.52% from 255) = 31.5%

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

 BLUE value IS 212 (83.2% from 255) = 33.39%

R = 31.5%
G = 35.12%
B = 33.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#C8DFD4 (or 0xC8DFD4) is known color: Aero Blue. HEX triplet: C8, DF and D4. RGB value is (200,223,212). Sum of RGB (Red+Green+Blue) = 200+223+212=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DFD4 is #37202B. Grayscale: #D6D6D6. Windows color (decimal): -3612716 or 13950920. OLE color: 13950920.

HSL color Cylindrical-coordinate representation of color #C8DFD4: hue angle of 151.3º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DFD4 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 223 212 -
CMYK 0.10 0 0.05 0.13
HSL 151.3º 0.26% 0.83% -
HSV(B) 151.3º 0.1% 0.87% -
XYZ 62.09 69.81 72.49 -
YUV 214.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 200 223 212 0.10 0 0.05 0.13 151.3 0.26 0.83
Hex C8 DF D4 A 0 5 D 97 1A 53
Octal 310 337 324 12 0 5 15 227 32 123
Binary 11001000 11011111 11010100 1010 0 101 1101 10010111 11010 1010011

Color Harmonies of #C8DFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DFD4

Black with #C8DFD4

Text Example


Text Example

White with #C8DFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DFD4; }

 p { color: rgb(200,223,212); }

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

background-color css

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

 a { background-color: rgb(200,223,212); }

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

border-color css

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

 span { border-color: rgb(200,223,212); }

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