Html Css Color HEX #AECCD8 French Pass

📋 copy color: '#AECCD8'

red 174 ◦ green 204 ◦ blue 216

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

Shades of French Pass #AECCD8

Tints of French Pass #AECCD8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.34%

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

R = 29.29%
G = 34.34%
B = 36.36%

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

#AECCD8 (or 0xAECCD8) is known color: French Pass. HEX triplet: AE, CC and D8. RGB value is (174,204,216). Sum of RGB (Red+Green+Blue) = 174+204+216=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 216 - color contains mainly: blue. Hex color #AECCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCD8 is #513327. Grayscale: #C4C4C4. Windows color (decimal): -5321512 or 14208174. OLE color: 14208174.

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

Color convert

RGB 174 204 216 -
CMYK 0.19 0.06 0 0.15
HSL 197.14º 0.35% 0.76% -
HSV(B) 197.14º 0.19% 0.85% -
XYZ 51.44 57.14 73.28 -
YUV 196.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 174 204 216 0.19 0.06 0 0.15 197.14 0.35 0.76
Hex AE CC D8 13 6 0 F C5 23 4C
Octal 256 314 330 23 6 0 17 305 43 114
Binary 10101110 11001100 11011000 10011 110 0 1111 11000101 100011 1001100

Color Harmonies of #AECCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCD8

Black with #AECCD8

Text Example


Text Example

White with #AECCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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