#AFE2CD

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

Shades of Cruise #AFE2CD

Tints of Cruise #AFE2CD

Color information

#AFE2CD (or 0xAFE2CD) is unknown color: approx Cruise. HEX triplet: AF, E2 and CD. RGB value is (175,226,205). Sum of RGB (Red+Green+Blue) = 175+226+205=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE2CD is #501D32. Grayscale: #D0D0D0. Windows color (decimal): -5250355 or 13492911. OLE color: 13492911.

HSL color Cylindrical-coordinate representation of color #AFE2CD: hue angle of 155.29º degrees, saturation: 0.47, 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 #AFE2CD is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB175226205-
CMYK0.2300.090.11
HSL155.29º46.79%78.63%-
HSV(B)155.29º22.57%88.63%-
XYZ55.967.9167.92-
YUV208.36126.1104.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.88%
GREEN value IS 226 (88.67% from 255) = 37.29%
BLUE value IS 205 (80.47% from 255) = 33.83%
R=28.88%
G=37.29%
B=33.83%

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
Decimal1752262050.2300.090.11155.2946.7978.63
HexAFE2CD1709B9b2f4f
Octal257342315270111323357117
Binary10101111111000101100110110111010011011100110111011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE2CD; }

 p { color: rgb(175,226,205); }

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

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

 a { background-color: rgb(175,226,205); }

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

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

 span { border-color: rgb(175,226,205); }

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