Html Css Color HEX #AECFDA French Pass

📋 copy color: '#AECFDA'

red 174 ◦ green 207 ◦ blue 218

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

Shades of French Pass #AECFDA

Tints of French Pass #AECFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.39%

R = 29.05%
G = 34.56%
B = 36.39%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AECFDA (or 0xAECFDA) is known color: French Pass. HEX triplet: AE, CF and DA. RGB value is (174,207,218). Sum of RGB (Red+Green+Blue) = 174+207+218=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #AECFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFDA is #513025. Grayscale: #C6C6C6. Windows color (decimal): -5320742 or 14340014. OLE color: 14340014.

HSL color Cylindrical-coordinate representation of color #AECFDA: hue angle of 195º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AECFDA is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 207 218 -
CMYK 0.20 0.05 0 0.15
HSL 195º 0.37% 0.77% -
HSV(B) 195º 0.2% 0.85% -
XYZ 52.42 58.69 74.89 -
YUV 198.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 174 207 218 0.20 0.05 0 0.15 195 0.37 0.77
Hex AE CF DA 14 5 0 F C3 25 4D
Octal 256 317 332 24 5 0 17 303 45 115
Binary 10101110 11001111 11011010 10100 101 0 1111 11000011 100101 1001101

Color Harmonies of #AECFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFDA

Black with #AECFDA

Text Example


Text Example

White with #AECFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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