Html Css Color HEX #C4DCCF Aero Blue

📋 copy color: '#C4DCCF'

red 196 ◦ green 220 ◦ blue 207

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

Shades of Aero Blue #C4DCCF

Tints of Aero Blue #C4DCCF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.31%

 BLUE value IS 207 (81.25% from 255) = 33.23%

R = 31.46%
G = 35.31%
B = 33.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#C4DCCF (or 0xC4DCCF) is known color: Aero Blue. HEX triplet: C4, DC and CF. RGB value is (196,220,207). Sum of RGB (Red+Green+Blue) = 196+220+207=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCCF is #3B2330. Grayscale: #D3D3D3. Windows color (decimal): -3875633 or 13622468. OLE color: 13622468.

HSL color Cylindrical-coordinate representation of color #C4DCCF: hue angle of 147.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DCCF is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 220 207 -
CMYK 0.11 0 0.06 0.14
HSL 147.5º 0.26% 0.82% -
HSV(B) 147.5º 0.11% 0.86% -
XYZ 59.62 67.43 68.9 -
YUV 211.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 196 220 207 0.11 0 0.06 0.14 147.5 0.26 0.82
Hex C4 DC CF B 0 6 E 94 1A 52
Octal 304 334 317 13 0 6 16 224 32 122
Binary 11000100 11011100 11001111 1011 0 110 1110 10010100 11010 1010010

Color Harmonies of #C4DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DCCF

Black with #C4DCCF

Text Example


Text Example

White with #C4DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DCCF; }

 p { color: rgb(196,220,207); }

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

background-color css

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

 a { background-color: rgb(196,220,207); }

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

border-color css

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

 span { border-color: rgb(196,220,207); }

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