Html Css Color HEX #AEDDCE Cruise

📋 copy color: '#AEDDCE'

red 174 ◦ green 221 ◦ blue 206

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

Shades of Cruise #AEDDCE

Tints of Cruise #AEDDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.77%

 BLUE value IS 206 (80.86% from 255) = 34.28%

R = 28.95%
G = 36.77%
B = 34.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#AEDDCE (or 0xAEDDCE) is known color: Cruise. HEX triplet: AE, DD and CE. RGB value is (174,221,206). Sum of RGB (Red+Green+Blue) = 174+221+206=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDCE is #512231. Grayscale: #CDCDCD. Windows color (decimal): -5317170 or 13557166. OLE color: 13557166.

HSL color Cylindrical-coordinate representation of color #AEDDCE: hue angle of 160.85º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDCE is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 221 206 -
CMYK 0.21 0 0.07 0.13
HSL 160.85º 0.41% 0.77% -
HSV(B) 160.85º 0.21% 0.87% -
XYZ 54.45 65.17 68.1 -
YUV 205.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 174 221 206 0.21 0 0.07 0.13 160.85 0.41 0.77
Hex AE DD CE 15 0 7 D A1 29 4D
Octal 256 335 316 25 0 7 15 241 51 115
Binary 10101110 11011101 11001110 10101 0 111 1101 10100001 101001 1001101

Color Harmonies of #AEDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDCE

Black with #AEDDCE

Text Example


Text Example

White with #AEDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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