#AFE2CF

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

Shades of Cruise #AFE2CF

Tints of Cruise #AFE2CF

Color information

#AFE2CF (or 0xAFE2CF) is unknown color: approx Cruise. HEX triplet: AF, E2 and CF. RGB value is (175,226,207). Sum of RGB (Red+Green+Blue) = 175+226+207=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 226 (88.67% from 255 or 37.17% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE2CF is #501D30. Grayscale: #D0D0D0. Windows color (decimal): -5250353 or 13623983. OLE color: 13623983.

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

Color convert

RGB175226207-
CMYK0.2300.080.11
HSL157.65º46.79%78.63%-
HSV(B)157.65º22.57%88.63%-
XYZ56.1468.0169.2-
YUV208.58127.1104.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 226 (88.67% from 255) = 37.17%
BLUE value IS 207 (81.25% from 255) = 34.05%
R=28.78%
G=37.17%
B=34.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752262070.2300.080.11157.6546.7978.63
HexAFE2CF1708B9e2f4f
Octal257342317270101323657117
Binary10101111111000101100111110111010001011100111101011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE2CF; }

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

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

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

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

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

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

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

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