Html Css Color HEX #AEE0CF Cruise

📋 copy color: '#AEE0CF'

red 174 ◦ green 224 ◦ blue 207

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

Shades of Cruise #AEE0CF

Tints of Cruise #AEE0CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.21%

R = 28.76%
G = 37.02%
B = 34.21%

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

#AEE0CF (or 0xAEE0CF) is known color: Cruise. HEX triplet: AE, E0 and CF. RGB value is (174,224,207). Sum of RGB (Red+Green+Blue) = 174+224+207=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0CF is #511F30. Grayscale: #CFCFCF. Windows color (decimal): -5316401 or 13623470. OLE color: 13623470.

HSL color Cylindrical-coordinate representation of color #AEE0CF: hue angle of 159.6º 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 #AEE0CF is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 224 207 -
CMYK 0.22 0 0.08 0.12
HSL 159.6º 0.45% 0.78% -
HSV(B) 159.6º 0.22% 0.88% -
XYZ 55.37 66.81 69.01 -
YUV 207.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 174 224 207 0.22 0 0.08 0.12 159.6 0.45 0.78
Hex AE E0 CF 16 0 8 C A0 2D 4E
Octal 256 340 317 26 0 10 14 240 55 116
Binary 10101110 11100000 11001111 10110 0 1000 1100 10100000 101101 1001110

Color Harmonies of #AEE0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE0CF

Black with #AEE0CF

Text Example


Text Example

White with #AEE0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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