Html Css Color HEX #AECFD8 French Pass

📋 copy color: '#AECFD8'

red 174 ◦ green 207 ◦ blue 216

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

Shades of French Pass #AECFD8

Tints of French Pass #AECFD8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.67%

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

R = 29.15%
G = 34.67%
B = 36.18%

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

#AECFD8 (or 0xAECFD8) is known color: French Pass. HEX triplet: AE, CF and D8. RGB value is (174,207,216). Sum of RGB (Red+Green+Blue) = 174+207+216=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 216 - color contains mainly: blue. Hex color #AECFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFD8 is #513027. Grayscale: #C6C6C6. Windows color (decimal): -5320744 or 14208942. OLE color: 14208942.

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

Color convert

RGB 174 207 216 -
CMYK 0.19 0.04 0 0.15
HSL 192.86º 0.35% 0.76% -
HSV(B) 192.86º 0.19% 0.85% -
XYZ 52.16 58.58 73.52 -
YUV 198.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 174 207 216 0.19 0.04 0 0.15 192.86 0.35 0.76
Hex AE CF D8 13 4 0 F C1 23 4C
Octal 256 317 330 23 4 0 17 301 43 114
Binary 10101110 11001111 11011000 10011 100 0 1111 11000001 100011 1001100

Color Harmonies of #AECFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFD8

Black with #AECFD8

Text Example


Text Example

White with #AECFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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