Html Css Color HEX #AECEDA French Pass

📋 copy color: '#AECEDA'

red 174 ◦ green 206 ◦ blue 218

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

Shades of French Pass #AECEDA

Tints of French Pass #AECEDA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.45%

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

R = 29.1%
G = 34.45%
B = 36.45%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AECEDA (or 0xAECEDA) is known color: French Pass. HEX triplet: AE, CE and DA. RGB value is (174,206,218). Sum of RGB (Red+Green+Blue) = 174+206+218=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #AECEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEDA is #513125. Grayscale: #C5C5C5. Windows color (decimal): -5320998 or 14339758. OLE color: 14339758.

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

Color convert

RGB 174 206 218 -
CMYK 0.20 0.06 0 0.15
HSL 196.36º 0.37% 0.77% -
HSV(B) 196.36º 0.2% 0.85% -
XYZ 52.18 58.2 74.81 -
YUV 197.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 174 206 218 0.20 0.06 0 0.15 196.36 0.37 0.77
Hex AE CE DA 14 6 0 F C4 25 4D
Octal 256 316 332 24 6 0 17 304 45 115
Binary 10101110 11001110 11011010 10100 110 0 1111 11000100 100101 1001101

Color Harmonies of #AECEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEDA

Black with #AECEDA

Text Example


Text Example

White with #AECEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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