Html Css Color HEX #AECFDE French Pass

📋 copy color: '#AECFDE'

red 174 ◦ green 207 ◦ blue 222

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

Shades of French Pass #AECFDE

Tints of French Pass #AECFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.82%

R = 28.86%
G = 34.33%
B = 36.82%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AECFDE (or 0xAECFDE) is known color: French Pass. HEX triplet: AE, CF and DE. RGB value is (174,207,222). Sum of RGB (Red+Green+Blue) = 174+207+222=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #AECFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFDE is #513021. Grayscale: #C6C6C6. Windows color (decimal): -5320738 or 14602158. OLE color: 14602158.

HSL color Cylindrical-coordinate representation of color #AECFDE: hue angle of 198.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AECFDE is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 207 222 -
CMYK 0.22 0.07 0 0.13
HSL 198.75º 0.42% 0.78% -
HSV(B) 198.75º 0.22% 0.87% -
XYZ 52.95 58.9 77.68 -
YUV 198.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 174 207 222 0.22 0.07 0 0.13 198.75 0.42 0.78
Hex AE CF DE 16 7 0 D C7 2A 4E
Octal 256 317 336 26 7 0 15 307 52 116
Binary 10101110 11001111 11011110 10110 111 0 1101 11000111 101010 1001110

Color Harmonies of #AECFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFDE

Black with #AECFDE

Text Example


Text Example

White with #AECFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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