Html Css Color HEX #AECDD8 French Pass

📋 copy color: '#AECDD8'

red 174 ◦ green 205 ◦ blue 216

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

Shades of French Pass #AECDD8

Tints of French Pass #AECDD8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.45%

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

R = 29.24%
G = 34.45%
B = 36.3%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AECDD8 (or 0xAECDD8) is known color: French Pass. HEX triplet: AE, CD and D8. RGB value is (174,205,216). Sum of RGB (Red+Green+Blue) = 174+205+216=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 216 - color contains mainly: blue. Hex color #AECDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDD8 is #513227. Grayscale: #C4C4C4. Windows color (decimal): -5321256 or 14208430. OLE color: 14208430.

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

Color convert

RGB 174 205 216 -
CMYK 0.19 0.05 0 0.15
HSL 195.71º 0.35% 0.76% -
HSV(B) 195.71º 0.19% 0.85% -
XYZ 51.68 57.62 73.36 -
YUV 196.99 138.73 111.61 -
System Red Green Blue C M Y K H S L
Decimal 174 205 216 0.19 0.05 0 0.15 195.71 0.35 0.76
Hex AE CD D8 13 5 0 F C4 23 4C
Octal 256 315 330 23 5 0 17 304 43 114
Binary 10101110 11001101 11011000 10011 101 0 1111 11000100 100011 1001100

Color Harmonies of #AECDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDD8

Black with #AECDD8

Text Example


Text Example

White with #AECDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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