Html Css Color HEX #AECDDF French Pass

📋 copy color: '#AECDDF'

red 174 ◦ green 205 ◦ blue 223

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

Shades of French Pass #AECDDF

Tints of French Pass #AECDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.05%

 BLUE value IS 223 (87.5% from 255) = 37.04%

R = 28.9%
G = 34.05%
B = 37.04%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AECDDF (or 0xAECDDF) is known color: French Pass. HEX triplet: AE, CD and DF. RGB value is (174,205,223). Sum of RGB (Red+Green+Blue) = 174+205+223=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #AECDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDDF is #513220. Grayscale: #C5C5C5. Windows color (decimal): -5321249 or 14667182. OLE color: 14667182.

HSL color Cylindrical-coordinate representation of color #AECDDF: hue angle of 202.04º degrees, saturation: 0.43, 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 #AECDDF is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 205 223 -
CMYK 0.22 0.08 0 0.13
HSL 202.04º 0.43% 0.78% -
HSV(B) 202.04º 0.22% 0.87% -
XYZ 52.61 57.99 78.23 -
YUV 197.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 174 205 223 0.22 0.08 0 0.13 202.04 0.43 0.78
Hex AE CD DF 16 8 0 D CA 2B 4E
Octal 256 315 337 26 10 0 15 312 53 116
Binary 10101110 11001101 11011111 10110 1000 0 1101 11001010 101011 1001110

Color Harmonies of #AECDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDDF

Black with #AECDDF

Text Example


Text Example

White with #AECDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDDF; }

 p { color: rgb(174,205,223); }

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

background-color css

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

 a { background-color: rgb(174,205,223); }

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

border-color css

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

 span { border-color: rgb(174,205,223); }

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