Html Css Color HEX #AECFD7 French Pass

📋 copy color: '#AECFD7'

red 174 ◦ green 207 ◦ blue 215

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

Shades of French Pass #AECFD7

Tints of French Pass #AECFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.07%

R = 29.19%
G = 34.73%
B = 36.07%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AECFD7 (or 0xAECFD7) is known color: French Pass. HEX triplet: AE, CF and D7. RGB value is (174,207,215). Sum of RGB (Red+Green+Blue) = 174+207+215=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 215 - color contains mainly: blue. Hex color #AECFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFD7 is #513028. Grayscale: #C5C5C5. Windows color (decimal): -5320745 or 14143406. OLE color: 14143406.

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

Color convert

RGB 174 207 215 -
CMYK 0.19 0.04 0 0.16
HSL 191.71º 0.34% 0.76% -
HSV(B) 191.71º 0.19% 0.84% -
XYZ 52.03 58.53 72.85 -
YUV 198.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 174 207 215 0.19 0.04 0 0.16 191.71 0.34 0.76
Hex AE CF D7 13 4 0 10 C0 22 4C
Octal 256 317 327 23 4 0 20 300 42 114
Binary 10101110 11001111 11010111 10011 100 0 10000 11000000 100010 1001100

Color Harmonies of #AECFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFD7

Black with #AECFD7

Text Example


Text Example

White with #AECFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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