#AFE4CF

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

Shades of Cruise #AFE4CF

Tints of Cruise #AFE4CF

Color information

#AFE4CF (or 0xAFE4CF) is unknown color: approx Cruise. HEX triplet: AF, E4 and CF. RGB value is (175,228,207). Sum of RGB (Red+Green+Blue) = 175+228+207=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE4CF is #501B30. Grayscale: #D1D1D1. Windows color (decimal): -5249841 or 13624495. OLE color: 13624495.

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

Color convert

RGB175228207-
CMYK0.2300.090.11
HSL156.23º49.53%79.02%-
HSV(B)156.23º23.25%89.41%-
XYZ56.6969.1169.38-
YUV209.76126.44103.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.69%
GREEN value IS 228 (89.45% from 255) = 37.38%
BLUE value IS 207 (81.25% from 255) = 33.93%
R=28.69%
G=37.38%
B=33.93%

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
Decimal1752282070.2300.090.11156.2349.5379.02
HexAFE4CF1709B9c324f
Octal257344317270111323462117
Binary10101111111001001100111110111010011011100111001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE4CF; }

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

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

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

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

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

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

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

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