#CADFD3

Color #CADFD3 Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #CADFD3

Tints of Aero Blue #CADFD3

Color information

#CADFD3 (or 0xCADFD3) is unknown color: approx Aero Blue. HEX triplet: CA, DF and D3. RGB value is (202,223,211). Sum of RGB (Red+Green+Blue) = 202+223+211=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFD3 is #35202C. Grayscale: #D7D7D7. Windows color (decimal): -3481645 or 13885386. OLE color: 13885386.

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

Color convert

RGB202223211-
CMYK0.0900.050.13
HSL145.71º24.71%83.33%-
HSV(B)145.71º9.42%87.45%-
XYZ62.570.0471.85-
YUV215.35125.54118.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.76%
GREEN value IS 223 (87.5% from 255) = 35.06%
BLUE value IS 211 (82.81% from 255) = 33.18%
R=31.76%
G=35.06%
B=33.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022232110.0900.050.13145.7124.7183.33
HexCADFD3905D921953
Octal31233732311051522231123
Binary11001010110111111101001110010101110110010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFD3; }

 p { color: rgb(202,223,211); }

 H1.HeaderClassName
 {
   color: #CADFD3;
 }
 .AnyTagClassName
 {
   color: #CADFD3;
 }
</style>
background-color css

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

 a { background-color: rgb(202,223,211); }

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

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

 span { border-color: rgb(202,223,211); }

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