#CADFD4

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

Shades of Aero Blue #CADFD4

Tints of Aero Blue #CADFD4

Color information

#CADFD4 (or 0xCADFD4) is unknown color: approx Aero Blue. HEX triplet: CA, DF and D4. RGB value is (202,223,212). Sum of RGB (Red+Green+Blue) = 202+223+212=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFD4 is #35202B. Grayscale: #D7D7D7. Windows color (decimal): -3481644 or 13950922. OLE color: 13950922.

HSL color Cylindrical-coordinate representation of color #CADFD4: hue angle of 148.57º 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 #CADFD4 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB202223212-
CMYK0.0900.050.13
HSL148.57º24.71%83.33%-
HSV(B)148.57º9.42%87.45%-
XYZ62.6370.0972.51-
YUV215.47126.04118.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 223 (87.5% from 255) = 35.01%
BLUE value IS 212 (83.20% from 255) = 33.28%
R=31.71%
G=35.01%
B=33.28%

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
Decimal2022232120.0900.050.13148.5724.7183.33
HexCADFD4905D951953
Octal31233732411051522531123
Binary11001010110111111101010010010101110110010101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFD4; }

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

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

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

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

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

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

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

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