Html Css Color HEX #AACEDA French Pass

📋 copy color: '#AACEDA'

red 170 ◦ green 206 ◦ blue 218

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

Shades of French Pass #AACEDA

Tints of French Pass #AACEDA

RGB

 RED value IS 170 (66.8% from 255) = 28.62%

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

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

R = 28.62%
G = 34.68%
B = 36.7%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AACEDA (or 0xAACEDA) is known color: French Pass. HEX triplet: AA, CE and DA. RGB value is (170,206,218). Sum of RGB (Red+Green+Blue) = 170+206+218=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #AACEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEDA is #553125. Grayscale: #C4C4C4. Windows color (decimal): -5583142 or 14339754. OLE color: 14339754.

HSL color Cylindrical-coordinate representation of color #AACEDA: hue angle of 195º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AACEDA is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 206 218 -
CMYK 0.22 0.06 0 0.15
HSL 195º 0.39% 0.76% -
HSV(B) 195º 0.22% 0.85% -
XYZ 51.3 57.75 74.77 -
YUV 196.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 170 206 218 0.22 0.06 0 0.15 195 0.39 0.76
Hex AA CE DA 16 6 0 F C3 27 4C
Octal 252 316 332 26 6 0 17 303 47 114
Binary 10101010 11001110 11011010 10110 110 0 1111 11000011 100111 1001100

Color Harmonies of #AACEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACEDA

Black with #AACEDA

Text Example


Text Example

White with #AACEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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