Html Css Color HEX #AEE0CE Cruise

📋 copy color: '#AEE0CE'

red 174 ◦ green 224 ◦ blue 206

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

Shades of Cruise #AEE0CE

Tints of Cruise #AEE0CE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.09%

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

R = 28.81%
G = 37.09%
B = 34.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#AEE0CE (or 0xAEE0CE) is known color: Cruise. HEX triplet: AE, E0 and CE. RGB value is (174,224,206). Sum of RGB (Red+Green+Blue) = 174+224+206=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0CE is #511F31. Grayscale: #CFCFCF. Windows color (decimal): -5316402 or 13557934. OLE color: 13557934.

HSL color Cylindrical-coordinate representation of color #AEE0CE: hue angle of 158.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEE0CE is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 224 206 -
CMYK 0.22 0 0.08 0.12
HSL 158.4º 0.45% 0.78% -
HSV(B) 158.4º 0.22% 0.88% -
XYZ 55.25 66.77 68.37 -
YUV 207 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 174 224 206 0.22 0 0.08 0.12 158.4 0.45 0.78
Hex AE E0 CE 16 0 8 C 9E 2D 4E
Octal 256 340 316 26 0 10 14 236 55 116
Binary 10101110 11100000 11001110 10110 0 1000 1100 10011110 101101 1001110

Color Harmonies of #AEE0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE0CE

Black with #AEE0CE

Text Example


Text Example

White with #AEE0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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