Html Css Color HEX #AEDCCA Cruise

📋 copy color: '#AEDCCA'

red 174 ◦ green 220 ◦ blue 202

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

Shades of Cruise #AEDCCA

Tints of Cruise #AEDCCA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.91%

 BLUE value IS 202 (79.3% from 255) = 33.89%

R = 29.19%
G = 36.91%
B = 33.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#AEDCCA (or 0xAEDCCA) is known color: Cruise. HEX triplet: AE, DC and CA. RGB value is (174,220,202). Sum of RGB (Red+Green+Blue) = 174+220+202=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCCA is #512335. Grayscale: #CCCCCC. Windows color (decimal): -5317430 or 13294766. OLE color: 13294766.

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

Color convert

RGB 174 220 202 -
CMYK 0.21 0 0.08 0.14
HSL 156.52º 0.4% 0.77% -
HSV(B) 156.52º 0.21% 0.86% -
XYZ 53.71 64.45 65.49 -
YUV 204.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 174 220 202 0.21 0 0.08 0.14 156.52 0.4 0.77
Hex AE DC CA 15 0 8 E 9D 28 4D
Octal 256 334 312 25 0 10 16 235 50 115
Binary 10101110 11011100 11001010 10101 0 1000 1110 10011101 101000 1001101

Color Harmonies of #AEDCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCCA

Black with #AEDCCA

Text Example


Text Example

White with #AEDCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCCA; }

 p { color: rgb(174,220,202); }

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

background-color css

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

 a { background-color: rgb(174,220,202); }

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

border-color css

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

 span { border-color: rgb(174,220,202); }

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