#AEE3CF

Color #AEE3CF Cruise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cruise #AEE3CF

Tints of Cruise #AEE3CF

Color information

#AEE3CF (or 0xAEE3CF) is unknown color: approx Cruise. HEX triplet: AE, E3 and CF. RGB value is (174,227,207). Sum of RGB (Red+Green+Blue) = 174+227+207=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 227 (89.06% from 255 or 37.34% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE3CF is #511C30. Grayscale: #D0D0D0. Windows color (decimal): -5315633 or 13624238. OLE color: 13624238.

HSL color Cylindrical-coordinate representation of color #AEE3CF: hue angle of 157.36º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE3CF is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB174227207-
CMYK0.2300.090.11
HSL157.36º48.62%78.63%-
HSV(B)157.36º23.35%89.02%-
XYZ56.1968.4469.28-
YUV208.87126.94103.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.62%
GREEN value IS 227 (89.06% from 255) = 37.34%
BLUE value IS 207 (81.25% from 255) = 34.05%
R=28.62%
G=37.34%
B=34.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742272070.2300.090.11157.3648.6278.63
HexAEE3CF1709B9d314f
Octal256343317270111323561117
Binary10101110111000111100111110111010011011100111011100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE3CF; }

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

 H1.HeaderClassName
 {
   color: #AEE3CF;
 }
 .AnyTagClassName
 {
   color: #AEE3CF;
 }
</style>
background-color css

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

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

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

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

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

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