Html Css Color HEX #CADFD4 Aero Blue

📋 copy color: '#CADFD4'

red 202 ◦ green 223 ◦ blue 212

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

Shades of Aero Blue #CADFD4

Tints of Aero Blue #CADFD4

RGB

 RED value IS 202 (79.3% from 255) = 31.71%

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

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

R = 31.71%
G = 35.01%
B = 33.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#CADFD4 (or 0xCADFD4) is known color: 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

RGB 202 223 212 -
CMYK 0.09 0 0.05 0.13
HSL 148.57º 0.25% 0.83% -
HSV(B) 148.57º 0.09% 0.87% -
XYZ 62.63 70.09 72.51 -
YUV 215.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 202 223 212 0.09 0 0.05 0.13 148.57 0.25 0.83
Hex CA DF D4 9 0 5 D 95 19 53
Octal 312 337 324 11 0 5 15 225 31 123
Binary 11001010 11011111 11010100 1001 0 101 1101 10010101 11001 1010011

Color Harmonies of #CADFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADFD4

Black with #CADFD4

Text Example


Text Example

White with #CADFD4

Text Example


Text Example

HTML Codes & Css Web 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>