Html Css Color HEX #AECFDC French Pass

📋 copy color: '#AECFDC'

red 174 ◦ green 207 ◦ blue 220

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

Shades of French Pass #AECFDC

Tints of French Pass #AECFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.61%

R = 28.95%
G = 34.44%
B = 36.61%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AECFDC (or 0xAECFDC) is known color: French Pass. HEX triplet: AE, CF and DC. RGB value is (174,207,220). Sum of RGB (Red+Green+Blue) = 174+207+220=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #AECFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFDC is #513023. Grayscale: #C6C6C6. Windows color (decimal): -5320740 or 14471086. OLE color: 14471086.

HSL color Cylindrical-coordinate representation of color #AECFDC: hue angle of 196.96º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AECFDC is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 207 220 -
CMYK 0.21 0.06 0 0.14
HSL 196.96º 0.4% 0.77% -
HSV(B) 196.96º 0.21% 0.86% -
XYZ 52.69 58.79 76.28 -
YUV 198.62 140.07 110.44 -
System Red Green Blue C M Y K H S L
Decimal 174 207 220 0.21 0.06 0 0.14 196.96 0.4 0.77
Hex AE CF DC 15 6 0 E C5 28 4D
Octal 256 317 334 25 6 0 16 305 50 115
Binary 10101110 11001111 11011100 10101 110 0 1110 11000101 101000 1001101

Color Harmonies of #AECFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFDC

Black with #AECFDC

Text Example


Text Example

White with #AECFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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