Html Css Color HEX #AECEDB French Pass

📋 copy color: '#AECEDB'

red 174 ◦ green 206 ◦ blue 219

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

Shades of French Pass #AECEDB

Tints of French Pass #AECEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.56%

R = 29.05%
G = 34.39%
B = 36.56%

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

#AECEDB (or 0xAECEDB) is known color: French Pass. HEX triplet: AE, CE and DB. RGB value is (174,206,219). Sum of RGB (Red+Green+Blue) = 174+206+219=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #AECEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEDB is #513124. Grayscale: #C5C5C5. Windows color (decimal): -5320997 or 14405294. OLE color: 14405294.

HSL color Cylindrical-coordinate representation of color #AECEDB: hue angle of 197.33º degrees, saturation: 0.38, 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 #AECEDB is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 206 219 -
CMYK 0.21 0.06 0 0.14
HSL 197.33º 0.38% 0.77% -
HSV(B) 197.33º 0.21% 0.86% -
XYZ 52.31 58.26 75.51 -
YUV 197.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 174 206 219 0.21 0.06 0 0.14 197.33 0.38 0.77
Hex AE CE DB 15 6 0 E C5 26 4D
Octal 256 316 333 25 6 0 16 305 46 115
Binary 10101110 11001110 11011011 10101 110 0 1110 11000101 100110 1001101

Color Harmonies of #AECEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEDB

Black with #AECEDB

Text Example


Text Example

White with #AECEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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