#AFDCCE

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

Shades of Cruise #AFDCCE

Tints of Cruise #AFDCCE

Color information

#AFDCCE (or 0xAFDCCE) is unknown color: approx Cruise. HEX triplet: AF, DC and CE. RGB value is (175,220,206). Sum of RGB (Red+Green+Blue) = 175+220+206=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCCE is #502331. Grayscale: #CCCCCC. Windows color (decimal): -5251890 or 13556911. OLE color: 13556911.

HSL color Cylindrical-coordinate representation of color #AFDCCE: hue angle of 161.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDCCE is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB175220206-
CMYK0.2000.060.14
HSL161.33º39.13%77.45%-
HSV(B)161.33º20.45%86.27%-
XYZ54.4164.7668.02-
YUV204.95128.59106.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.12%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 206 (80.86% from 255) = 34.28%
R=29.12%
G=36.61%
B=34.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752202060.2000.060.14161.3339.1377.45
HexAFDCCE1406Ea1274d
Octal25733431624061624147115
Binary1010111111011100110011101010001101110101000011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCCE; }

 p { color: rgb(175,220,206); }

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

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

 a { background-color: rgb(175,220,206); }

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

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

 span { border-color: rgb(175,220,206); }

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