#AFDECA

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

Shades of Cruise #AFDECA

Tints of Cruise #AFDECA

Color information

#AFDECA (or 0xAFDECA) is unknown color: approx Cruise. HEX triplet: AF, DE and CA. RGB value is (175,222,202). Sum of RGB (Red+Green+Blue) = 175+222+202=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDECA is #502135. Grayscale: #CDCDCD. Windows color (decimal): -5251382 or 13295279. OLE color: 13295279.

HSL color Cylindrical-coordinate representation of color #AFDECA: hue angle of 154.47º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDECA is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB175222202-
CMYK0.2100.090.13
HSL154.47º41.59%77.84%-
HSV(B)154.47º21.17%87.06%-
XYZ54.4665.6265.67-
YUV205.67125.93106.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.22%
GREEN value IS 222 (87.11% from 255) = 37.06%
BLUE value IS 202 (79.30% from 255) = 33.72%
R=29.22%
G=37.06%
B=33.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752222020.2100.090.13154.4741.5977.84
HexAFDECA1509D9a2a4e
Octal257336312250111523252116
Binary10101111110111101100101010101010011101100110101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDECA; }

 p { color: rgb(175,222,202); }

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

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

 a { background-color: rgb(175,222,202); }

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

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

 span { border-color: rgb(175,222,202); }

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