Html Css Color HEX #AED0D8 French Pass

📋 copy color: '#AED0D8'

red 174 ◦ green 208 ◦ blue 216

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

Shades of French Pass #AED0D8

Tints of French Pass #AED0D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.12%

R = 29.1%
G = 34.78%
B = 36.12%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AED0D8 (or 0xAED0D8) is known color: French Pass. HEX triplet: AE, D0 and D8. RGB value is (174,208,216). Sum of RGB (Red+Green+Blue) = 174+208+216=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 216 - color contains mainly: blue. Hex color #AED0D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0D8 is #512F27. Grayscale: #C6C6C6. Windows color (decimal): -5320488 or 14209198. OLE color: 14209198.

HSL color Cylindrical-coordinate representation of color #AED0D8: hue angle of 191.43º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED0D8 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 208 216 -
CMYK 0.19 0.04 0 0.15
HSL 191.43º 0.35% 0.76% -
HSV(B) 191.43º 0.19% 0.85% -
XYZ 52.41 59.07 73.6 -
YUV 198.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 174 208 216 0.19 0.04 0 0.15 191.43 0.35 0.76
Hex AE D0 D8 13 4 0 F BF 23 4C
Octal 256 320 330 23 4 0 17 277 43 114
Binary 10101110 11010000 11011000 10011 100 0 1111 10111111 100011 1001100

Color Harmonies of #AED0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED0D8

Black with #AED0D8

Text Example


Text Example

White with #AED0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED0D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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