Html Css Color HEX #AED0DA French Pass

📋 copy color: '#AED0DA'

red 174 ◦ green 208 ◦ blue 218

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

Shades of French Pass #AED0DA

Tints of French Pass #AED0DA

RGB

 RED value IS 174 (68.36% from 255) = 29%

 GREEN value IS 208 (81.64% from 255) = 34.67%

 BLUE value IS 218 (85.55% from 255) = 36.33%

R = 29%
G = 34.67%
B = 36.33%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AED0DA (or 0xAED0DA) is known color: French Pass. HEX triplet: AE, D0 and DA. RGB value is (174,208,218). Sum of RGB (Red+Green+Blue) = 174+208+218=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #AED0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0DA is #512F25. Grayscale: #C6C6C6. Windows color (decimal): -5320486 or 14340270. OLE color: 14340270.

HSL color Cylindrical-coordinate representation of color #AED0DA: hue angle of 193.64º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AED0DA is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 208 218 -
CMYK 0.20 0.05 0 0.15
HSL 193.64º 0.37% 0.77% -
HSV(B) 193.64º 0.2% 0.85% -
XYZ 52.67 59.17 74.98 -
YUV 198.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 174 208 218 0.20 0.05 0 0.15 193.64 0.37 0.77
Hex AE D0 DA 14 5 0 F C2 25 4D
Octal 256 320 332 24 5 0 17 302 45 115
Binary 10101110 11010000 11011010 10100 101 0 1111 11000010 100101 1001101

Color Harmonies of #AED0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED0DA

Black with #AED0DA

Text Example


Text Example

White with #AED0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED0DA; }

 p { color: rgb(174,208,218); }

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

background-color css

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

 a { background-color: rgb(174,208,218); }

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

border-color css

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

 span { border-color: rgb(174,208,218); }

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