Html Css Color HEX #AECAD8 French Pass

📋 copy color: '#AECAD8'

red 174 ◦ green 202 ◦ blue 216

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

Shades of French Pass #AECAD8

Tints of French Pass #AECAD8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.12%

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

R = 29.39%
G = 34.12%
B = 36.49%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AECAD8 (or 0xAECAD8) is known color: French Pass. HEX triplet: AE, CA and D8. RGB value is (174,202,216). Sum of RGB (Red+Green+Blue) = 174+202+216=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 216 - color contains mainly: blue. Hex color #AECAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAD8 is #513527. Grayscale: #C3C3C3. Windows color (decimal): -5322024 or 14207662. OLE color: 14207662.

HSL color Cylindrical-coordinate representation of color #AECAD8: hue angle of 200º 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 #AECAD8 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 202 216 -
CMYK 0.19 0.06 0 0.15
HSL 200º 0.35% 0.76% -
HSV(B) 200º 0.19% 0.85% -
XYZ 50.97 56.2 73.13 -
YUV 195.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 174 202 216 0.19 0.06 0 0.15 200 0.35 0.76
Hex AE CA D8 13 6 0 F C8 23 4C
Octal 256 312 330 23 6 0 17 310 43 114
Binary 10101110 11001010 11011000 10011 110 0 1111 11001000 100011 1001100

Color Harmonies of #AECAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECAD8

Black with #AECAD8

Text Example


Text Example

White with #AECAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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